git: 9front

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