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