shithub: scc

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

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