summaryrefslogtreecommitdiff
path: root/tests/genie/operator-multiply.gs
blob: 40353e3a9c329fac221f3513fe25d4274611b217 (plain)
1
2
3
init
	a:int = 1 * 2
	assert( a == 2 )