rust/src/test/compile-fail/missing-main.rs

2 lines
54 B
Rust
Raw Normal View History

// error-pattern:main function not found
2011-07-27 12:19:39 +00:00
fn mian() { }