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