rust/src/test/compile-fail/bad-main.rs
2011-08-11 10:09:02 -07:00

3 lines
65 B
Rust

// error-pattern:wrong type in main function
fn main(x: int) { }