5 lines
No EOL
68 B
Rust
5 lines
No EOL
68 B
Rust
// error-pattern:test
|
|
|
|
fn main() {
|
|
let i: int = die!(~"test");
|
|
} |