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