ref: 2c6cc121339ade33ac5aa4b46356df1cd5469fbe 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); }