blob: 56212bb6f4b7357a475baab7cd5a5612d67b77d9 [file] [log] [blame]
// run-pass
// compile-flags: --test
#![feature(start)]
#[start]
fn start(_: isize, _: *const *const u8) -> isize { panic!(); }