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