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

#[op2(fast)]
fn op_add(#[smi] id: ResourceId, extra: u16) -> u32 {}