V10/libl/main.c

# include "stdio.h"
main(){
yylex();
exit(0);
}