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