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