blob: 1c6258ebed24b83ead79f91d7cdc09a38ac9747a [file] [log] [blame]
//@ run-fail
//@ error-pattern:panicked
//@ error-pattern:test-fail-static
//@ needs-subprocess
fn main() {
panic!("test-fail-static");
}