Files
2026-06-20 14:49:53 +09:00

6 lines
108 B
Rust

fn helper(count: i32) -> i32 {
// ^ @variable.parameter
// ^ @type.builtin
count
}