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