mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-24 09:50:28 +00:00
9 lines
155 B
Rust
9 lines
155 B
Rust
//@ run-fail
|
|
//@ error-pattern:panicked
|
|
//@ error-pattern:test-fail-owned
|
|
//@ ignore-emscripten no processes
|
|
|
|
fn main() {
|
|
panic!("test-fail-owned");
|
|
}
|