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