git: 9front

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