ref: f29279f1401cf558cce457cfb9e31981f651104c dir: /sys/src/liblex/main.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yylex(void); void main(int argc, char *argv[]) { USED(argc, argv); yylex(); exits(0); }