mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 15:08:53 +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");
|
|
}
|