8 lines
114 B
Tcl
8 lines
114 B
Tcl
struct ImportedType(name:Text)
|
|
|
|
func get_value()->ImportedType:
|
|
return ImportedType("Hello")
|
|
|
|
func main():
|
|
pass
|