summaryrefslogtreecommitdiff
path: root/tests/genie/operator-addition.gs
blob: 4faaee3d4bf9fb72ca2f0dca9b879662dd389ec0 (plain)
1
2
3
init
	a:int = 1 + 1
	assert( a == 2 )