summaryrefslogtreecommitdiff
path: root/test/test_import.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_import.test')
-rw-r--r--test/test_import.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_import.test b/test/test_import.test
new file mode 100644
index 0000000..99b3a08
--- /dev/null
+++ b/test/test_import.test
@@ -0,0 +1,4 @@
+const exported: string = "I am exported"
+const exported_function: function = (): string {
+ return "I am also exported!"
+}