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