6 lines
70 B
Rust
6 lines
70 B
Rust
|
// error-pattern:fail
|
||
|
|
||
|
fn main() {
|
||
|
let a = @0;
|
||
|
assert false;
|
||
|
}
|