aboutsummaryrefslogtreecommitdiff
path: root/test/extern.tm
blob: da3b1820f7259e361edea7c316b87ac1a673363c (plain)
1
2
3
4
5
extern CORD_cat:func(a:Text, b:Text)->Text

func main():
	>> CORD_cat("hello ", "world")
	= "hello world"