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

3 lines
65 B
Rust
Raw Normal View History

// error-pattern:wrong type in main function
2010-06-23 23:03:09 -05:00
2011-07-27 07:19:39 -05:00
fn main(x: int) { }