rust/tests/data/parser/inline/0039_path_expr.rs

6 lines
68 B
Rust
Raw Normal View History

2018-07-30 16:02:51 +02:00
fn foo() {
let _ = a;
let _ = a::b;
let _ = ::a::<b>;
}