mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
8 lines
111 B
Rust
8 lines
111 B
Rust
//@ run-fail
|
|
//@ error-pattern:assertion failed: false
|
|
//@ needs-subprocess
|
|
|
|
fn main() {
|
|
assert!(false);
|
|
}
|