struct ImportedType(name:Text)
needs_initializing := 999999999999999999
func get_value(->ImportedType)
return ImportedType("Hello")
func main()
pass