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

/// This is a doc comment.
#[op2(fast)]
pub fn op_has_doc_comment() -> () {}