uint32 foo

foo := 42

if !(foo == 42) {
	test_fail
}

#
#  This is "delete"
#
foo := {}

if foo {
	test_fail
}
success
