rust/tests/run-pass/main_fn.rs
2016-06-14 11:52:45 +02:00

6 lines
40 B
Rust

#![feature(main)]
#[main]
fn foo() {
}