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