aboutsummaryrefslogtreecommitdiff
path: root/test/use_import.tm
blob: 979256bbb1f4de792c41f61bb3485f0b2bc0c2df (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