rust/crates/libsyntax2/tests/data/parser/inline/0081_index_expr.rs

4 lines
26 B
Rust
Raw Normal View History

2018-08-05 16:24:44 +02:00
fn foo() {
x[1][2];
}