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

fn main() {
    fail!("test");
}