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