1 2 3 4 5 6 7 8 9 10
#![allow(unreachable_code)] //@ run-fail //@ error-pattern:One //@ needs-subprocess fn main() { panic!("One"); panic!("Two"); }