summaryrefslogtreecommitdiff
path: root/tests/genie/literal-integer.gs
blob: eb1a20d0b6877ceaef3e88bdd8a0f1e3c0d0c516 (plain)
1
2
3
init
	a:int = 101
	assert( a == 101 )