6 lines
73 B
Rust
6 lines
73 B
Rust
// xfail-stage0
|
|
// error-pattern: bad type signature
|
|
|
|
fn main(int x) {
|
|
}
|