blob: 8daa1c84f1dc32e8d4a0f56ec07839407c23b7b9 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
#![feature(extern_prelude)]
mod m {
fn check() {
std::panic!(); // OK
}
}
fn main() {}