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