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