// return -> return // mod -> module // alt -> match fn main() { } mod foo { } fn bar() -> int { match 0 { _ { 0 } } }