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 21:03:09 -07:00
2011-07-27 14:19:39 +02:00
fn main(x: int) { }