diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/extern.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/extern.tm b/test/extern.tm new file mode 100644 index 00000000..a02a6a85 --- /dev/null +++ b/test/extern.tm @@ -0,0 +1,3 @@ +extern CORD_cat:func(a:Text, b:Text)->Text +>> CORD_cat("hello ", "world") += "hello world" |
