git: 9front

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