shithub: scc

ref: a77ab9891df84fa7e6286b10087692e267532469
dir: /tests/cc/execute/0030-bxor.c/

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