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