uint32 foo

foo := 42

if !(foo == 42) {
	test_fail
}

foo += {}	# ERROR not allowed!
