git: 9front

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