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