5 lines
84 B
Rust
5 lines
84 B
Rust
// Regression test for issue #762
|
|
// xfail-fast
|
|
|
|
fn f() { }
|
|
fn main() { ret ::f(); } |