mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 08:04:21 +00:00
8 lines
113 B
Rust
8 lines
113 B
Rust
//@ run-fail
|
|
//@ error-pattern:test
|
|
//@ needs-subprocess
|
|
|
|
fn main() {
|
|
let __isize: isize = panic!("test");
|
|
}
|