#
#   Test attempting to make regular call to cofunction
#

codef f():
	pass

print(f)
print(f())
