0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-04 09:57:11 -05:00
deno/ops/optimizer_tests/op_state_basic1.rs

4 lines
63 B
Rust
Raw Normal View History

fn foo(state: &mut OpState, a: u32, b: u32) -> u32 {
a + b
}