shithub: scc

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

View raw version


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