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

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