#
#  PRE: if
#
if !(%md5('foo') == 0xacbd18db4cc2f85cedef654fccc4a4d8) {
	test_fail
}

group {
	octets hash

	hash = %md5('foo')
	if !(hash == 0xacbd18db4cc2f85cedef654fccc4a4d8) {
		test_fail
	}
}

success
