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