shithub: scc

ref: eb8459e384b8d2597f51e944c4cfff40480c9fff
dir: /tests/execute/0011-assign.c/

View raw version
int
main()
{
	int x;
	int y;
	x = y = 0;
	return x;
}