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