#include #include int yylex(void); void main(int argc, char *argv[]) { USED(argc, argv); yylex(); exit(0); }