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