mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-05 19:21:51 +00:00
12 lines
124 B
Rust
12 lines
124 B
Rust
// run-fail
|
|
// error-pattern:test
|
|
// ignore-emscripten no processes
|
|
|
|
fn f() {
|
|
panic!("test");
|
|
}
|
|
|
|
fn main() {
|
|
f();
|
|
}
|