ref: 2f6c3ee3bcdfd540eb0d0bf8ce90a2a97e1f3850 dir: /sys/src/liblex/main.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yylex(void); void main(int argc, char *argv[]) { USED(argc, argv); yylex(); exits(0); }