mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-03 21:22:28 +00:00
10 lines
91 B
Rust
10 lines
91 B
Rust
// check-pass
|
|
|
|
mod m {
|
|
fn check() {
|
|
std::panic!(); // OK
|
|
}
|
|
}
|
|
|
|
fn main() {}
|