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