shithub: scc

ref: 66ec3ad2b63d6640dd6a16dc57ec3178a33c645c
dir: /tests/0003-local.c/

View raw version


int
main()
{
	int x;
	
	x = 4;
	return x - 4;
}