rust/src/test/run-pass/expr-scope.rs

9 lines
185 B
Rust
Raw Normal View History

// Regression test for issue #762
// xfail-stage0
// Breaks with fast-check, disabling to get tinderbox green again
// xfail-stage1
// xfail-stage2
fn f() { }
fn main() { ret ::f(); }