mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 01:18:43 +00:00
10 lines
118 B
Rust
10 lines
118 B
Rust
//@ run-fail
|
|
//@ check-stdout
|
|
//@ compile-flags: --test
|
|
//@ ignore-emscripten
|
|
|
|
#[test]
|
|
fn test_foo() {
|
|
panic!()
|
|
}
|