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

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