git: 9front

ref: 251e348cfd67d94d3ec7bd3282b2cf59eab6a1d0
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;
}