7 lines
68 B
Rust
7 lines
68 B
Rust
|
// xfail-stage0
|
||
|
fn foo() {
|
||
|
if (ret) { }
|
||
|
}
|
||
|
|
||
|
fn main() { foo(); }
|