ref: e723d2232e38bdb26cd79098163674d9c4d511cd dir: /sys/src/cmd/7c/machcap.c/
#include "gc.h" int machcap(Node *n) { if(n == Z) /* test */ return 1; return 0; }