summary refs log tree commit diff
path: root/tests/ui/expr/scope.rs
blob: 3a1c8b87da8fa6b66c6198a04e69b8d3210dc758 (plain)
1
2
3
4
5
6
//@ run-pass
// Regression test for issue #762


pub fn f() { }
pub fn main() { return ::f(); }