/* comments! */ /* * var f proc(i32) * var g func(i32) i32 * let x = g */ proc main { return 1 }