10 lines
77 B
Rust
10 lines
77 B
Rust
// error-pattern:test
|
|
|
|
fn f() {
|
|
fail!("test");
|
|
}
|
|
|
|
fn main() {
|
|
f();
|
|
}
|