1 2 3 4 5 6 7
//@ run-fail //@ error-pattern:test //@ needs-subprocess fn main() { let __isize: isize = panic!("test"); }