1 struct ImportedType(name:Text) 2 3 needs_initializing := 999999999999999999 4 5 func get_value(->ImportedType) 6 return ImportedType("Hello") 7 8 func main() 9 pass