mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:18:43 +00:00
8 lines
120 B
Rust
8 lines
120 B
Rust
//@ run-fail
|
|
//@ error-pattern:thread 'main' panicked at
|
|
//@ ignore-emscripten no processes
|
|
|
|
fn main() {
|
|
panic!()
|
|
}
|