summaryrefslogtreecommitdiff
path: root/tests/genie/operator-bitwise-not.gs
blob: 0ccba0490c2b25c390b405a1b1eb6dfb3d1a193e (plain)
1
2
3
4
init
	a:int = 5
	var b = ~a
	assert( b == -6 )