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