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

6 lines
73 B
Rust
Raw Normal View History

// xfail-stage0
2010-06-23 23:03:09 -05:00
// error-pattern: bad type signature
fn main(int x) {
}