5 lines
No EOL
67 B
Rust
5 lines
No EOL
67 B
Rust
//error-pattern:One
|
|
fn main() {
|
|
fail ~"One";
|
|
fail ~"Two";
|
|
} |