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