shithub: scc

ref: 58748e88436a2aaf8915ed30184cb5f9378367a7
dir: /tests/0003-local.c/

View raw version


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