aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0039_path_expr.rs
blob: e9855bad7c30284b9002caeb2a566cb200737d1e (plain)
1
2
3
4
5
fn foo() {
    let _ = a;
    let _ = a::b;
    let _ = ::a::<b>;
}