]> git.lizzy.rs Git - rust.git/blob - crates/syntax/test_data/parser/inline/ok/0093_index_expr.rs
internal: more local parsing tests for macros
[rust.git] / crates / syntax / test_data / parser / inline / ok / 0093_index_expr.rs
1 fn foo() {
2     x[1][2];
3 }