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