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