func i_return_void() -> void:
	return


func test():
	var __ = i_return_void()