git: 9front

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