V7M/src/cmd/lex/lib/main.c

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