xref: /aosp_15_r20/external/antlr/runtime/JavaScript/tests/functional/t056lexer11.g (revision 16467b971bd3e2009fad32dd79016f2c7e421deb)
1*16467b97STreehugger Robotgrammar t056lexer11;
2*16467b97STreehugger Robotoptions {language=JavaScript;}
3*16467b97STreehugger Robota : B ;
4*16467b97STreehugger RobotB : x='a' {this.xlog($x);} ;
5