blob: 10f7d2215c35d2dd8606e4ec10e449e1c054ccfc [file] [log] [blame] [edit]
fn main() -> i32 {
//~^ ERROR `main` has invalid return type `i32`
//~| NOTE `main` can only return types that implement `Termination`
//~| HELP consider using `()`, or a `Result`
0
}