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

#[op2(fast)]
pub fn op_generics<T: Trait>() {}