5 lines
70 B
Rust
5 lines
70 B
Rust
// error-pattern:test
|
|
|
|
fn main() {
|
|
let i: int = fail!(~"test");
|
|
}
|