aboutsummaryrefslogtreecommitdiff
path: root/test/use_import.tm
blob: 714c26b02d5f731cadd9fc5be34aa192fb15793f (plain)
1
2
3
4
5
6
7
8
9
struct ImportedType(name:Text)

needs_initializing := 999999999999999999

func get_value(->ImportedType):
	return ImportedType("Hello")

func main():
	pass