blob: 3a51f83ba3b182024f2f04570c06729ef0960c8f [file] [log] [blame]
// run-pass
#![feature(main)]
pub fn main() {
panic!()
}
#[main]
fn foo() {
}