mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-16 17:41:59 +00:00
8 lines
125 B
Rust
8 lines
125 B
Rust
//@ run-fail
|
|
//@ error-pattern:assertion failed: false
|
|
//@ ignore-emscripten no processes
|
|
|
|
fn main() {
|
|
assert!(false);
|
|
}
|