shithub: scc

ref: 34bc68e7ade75c1627c7de6cbaa605601f2479fe
dir: /tests/execute/0028-bor.c/

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