mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-26 20:17:17 +00:00
5 lines
95 B
Rust
5 lines
95 B
Rust
//@ compile-flags:-C panic
|
|
//@ error-pattern:requires either `unwind` or `abort`
|
|
|
|
fn main() {}
|