@0,1,2,3,4⦊
fn in_func(a: u32) {
let b = 1;
let c = a + b;
println!("c = {}", c)
}
⦉@0,1,2,3,4