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