ref: 3a606d896c2a6905f5c25ed74b0dcda663caf4b4 dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }