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