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