blob: bac4ac1d208d20e45a4398e964be1b5915be4d97 [file] [log] [blame]
#![feature(start)]
#[start]
fn start(argc: isize, argv: *const *const u8, crate_map: *const u8) -> isize {
//~^ start function has wrong type
0
}