blob: e4d7eb82c67098bbc9d2c49e3319ef3f64021752 [file] [log] [blame]
#![feature(start)]
#[start]
pub fn main(_: isize, _: *const *const u8) -> isize {
println!("hello");
0
}