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