10 lines
154 B
Tcl
10 lines
154 B
Tcl
struct ImportedType(name:Text)
|
|
|
|
needs_initializing := 999999999999999999
|
|
|
|
func get_value(->ImportedType)
|
|
return ImportedType("Hello")
|
|
|
|
func main()
|
|
pass
|