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