summaryrefslogtreecommitdiff
path: root/tests/genie/literal-boolean-assignment.gs
blob: 8c89380548577fa8c555fe75d04d30fa6a1449bd (plain)
1
2
3
init
	a:bool = true
	assert( a == true )