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