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