git: 9front

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