xref: /aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/t052importM2.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1grammar t052importM2;
2options {
3    language=JavaScript;
4}
5import t052importS2;
6s : label=a[3] {this.capture($label.y);} ;
7B : 'b' ; // defines B from inherited token space
8WS : (' '|'\n') {this.skip();} ;
9