mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-18 06:01:14 +00:00
8 lines
101 B
Rust
8 lines
101 B
Rust
// run-fail
|
|
// error-pattern:explicit
|
|
// ignore-emscripten no processes
|
|
|
|
fn main() {
|
|
panic!();
|
|
}
|