summaryrefslogtreecommitdiff
path: root/tests/genie/while.gs
blob: aed84693818792233b3151e1b82d8192dc25a9fa (plain)
1
2
3
4
5
6
init
	while true do
		break

	while false
		assert_not_reached()