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