git: 9front

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