shithub: scc

ref: bc3aafa3164bfd45470e72c71967110aae3bca61
dir: /tests/0003-local.c/

View raw version


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