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