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