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