ref: eff7165c2ac8f4f1de511f87c6f68ecbdf0b3a1e dir: /sys/src/ape/lib/l/main.c/
#include <libl.h> #include <stdlib.h> int yylex(void); void main(int argc, char *argv[]) { USED(argc); yylex(); exit(0); }