summary refs log tree commit diff
path: root/src/test/run-fail/die-macro-expr.rs
blob: cf6f5a009d530abaa008b9d9f7c84075f571aac8 (plain)
1
2
3
4
5
// error-pattern:test

fn main() {
    let i: int = fail!("test");
}