shithub: scc

ref: 42aa3beda454c3476f337a2ffee6a91545c4ab59
dir: /tests/0030-bxor.c/

View raw version

int
main()
{
	int x;
	
	x = 1;
	x = x ^ 3;
	return x - 2;
}