ref: a3f2d6d23ed1be69fee607bdedadc0438fd01305 dir: /sys/src/liblex/yywrap.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yywrap(void) { return 1; }