shithub: scc

ref: 48516d8a1bfa45b73b3f3d0b518b697b194d62c0
dir: /tests/execute/0099-tentative.c/

View raw version

int x, x = 3, x;

int
main()
{
	if (x != 3)
		return 0;

	x = 0;
	return x;
}