rust/src/test/run-fail/die-macro-expr.rs

5 lines
No EOL
68 B
Rust

// error-pattern:test
fn main() {
let i: int = die!(~"test");
}