summaryrefslogtreecommitdiff
path: root/tests/genie/operator-bitwise-or.gs
blob: 1c145da579fab934075816cb0ebe45ff2055396d (plain)
1
2
3
4
init
	a:int = 5
	var b = a | 3
	assert( b == 7 )