1 2 3 4 5 6 7 8 9 10 11
/* comments! */ /* * var f proc(i32) * var g func(i32) i32 * let x = g */ proc main { return 1 }