mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 00:29:23 +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);
|
|
}
|