// error-pattern: the evaluated program panicked
// compile-flags: -C panic=abort
fn main() {
std::panic!("panicking from libstd");
}