shithub: scc

ref: a8cf09fa62a1c07911bf78052af93a632c5634c4
dir: /tests/execute/0028-bor.c/

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