blob: 3499a80e956d89e03cf3478d6da3795a71362b05 [file] [log] [blame]
//@ check-pass
mod m {
fn check() {
std::panic!(); // OK
}
}
fn main() {}