5 lines
95 B
Rust
5 lines
95 B
Rust
// error-pattern:panicked at 'test-fail-static'
|
|
|
|
fn main() {
|
|
panic!("test-fail-static");
|
|
}
|