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