shithub: scc

ref: d3898439422b292cc2220d15e5bf227d9a203e47
dir: /tests/0028-bor.c/

View raw version

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