blob: 73c9c3a60e1fb9967d448db4dd73205e538defc9 [file] [log] [blame] [edit]
whoops() {}
//~^ ERROR missing `fn` for function definition
//~| HELP add `fn` here to parse `whoops` as a function
fn main() {
whoops();
}