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