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

6 lines
73 B
Rust

// xfail-stage0
// error-pattern: bad type signature
fn main(int x) {
}