v/vlib/v/checker/tests/mut_int.vv

6 lines
37 B
V

fn foo(mut x int) {
}
fn main() {
}