mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-21 01:36:32 +00:00
9 lines
157 B
Rust
9 lines
157 B
Rust
//@ run-fail
|
|
//@ error-pattern:panicked
|
|
//@ error-pattern:test-fail-static
|
|
//@ ignore-emscripten no processes
|
|
|
|
fn main() {
|
|
panic!("test-fail-static");
|
|
}
|