blob: b9195e3b0fccf4c0b042b6ba987b15fe5fe3cfcc [file] [log] [blame]
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:explicit panic
//@ needs-subprocess
fn main() {
panic!();
}