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

#[op2(fast)]
fn op_string_owned(#[string] s: String) -> u32 {}