git: 9front

ref: a1bf4381dd5ddd1e84658c90c18b64e8f0bf55f2
dir: /sys/src/cmd/7c/machcap.c/

View raw version
#include "gc.h"

int
machcap(Node *n)
{
	if(n == Z)	/* test */
		return 1;
	return 0;
}