865dcb663d
Issue #409
8 lines
68 B
Rust
8 lines
68 B
Rust
fn main() {
|
|
let _: ~int;
|
|
}
|
|
|
|
fn f(i: ~int) -> ~int {
|
|
fail;
|
|
}
|