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

//@ pretty-expanded FIXME #23616

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