9 lines
81 B
Rust
9 lines
81 B
Rust
// error-pattern:test
|
|
|
|
pure fn f() {
|
|
die!(~"test");
|
|
}
|
|
|
|
fn main() {
|
|
f();
|
|
} |