shithub: scc

ref: 581acbbb228e5dd612a5bd5e8dc74b22c69d758e
dir: /tests/0003-local.c/

View raw version


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