summaryrefslogtreecommitdiff
path: root/ops/op2/test_cases/sync/result_void.rs
blob: ef3aa7b3218926f743218dc38b4793286586e2b2 (plain)
1
2
3
4
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.

#[op2(fast)]
pub fn op_void_with_result() -> Result<(), AnyError> {}