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