mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-29 18:14:56 +00:00
10 lines
91 B
Rust
10 lines
91 B
Rust
// check-pass
|
|
|
|
mod m {
|
|
fn check() {
|
|
std::panic!(); // OK
|
|
}
|
|
}
|
|
|
|
fn main() {}
|