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