tomo/test/use_import.tm

10 lines
154 B
Plaintext
Raw Permalink Normal View History

2024-04-21 11:58:33 -07:00
struct ImportedType(name:Text)
needs_initializing := 999999999999999999
2025-04-06 13:07:23 -07:00
func get_value(->ImportedType)
2024-04-21 11:58:33 -07:00
return ImportedType("Hello")
2025-04-06 13:07:23 -07:00
func main()
2024-04-21 11:58:33 -07:00
pass