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