summaryrefslogtreecommitdiff
path: root/tests/specs/run/cts/import_export_equals/main.cts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/cts/import_export_equals/main.cts')
-rw-r--r--tests/specs/run/cts/import_export_equals/main.cts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/cts/import_export_equals/main.cts b/tests/specs/run/cts/import_export_equals/main.cts
new file mode 100644
index 000000000..e5c45f92e
--- /dev/null
+++ b/tests/specs/run/cts/import_export_equals/main.cts
@@ -0,0 +1,3 @@
+import add = require("./add.cts");
+
+console.log(add(1, 2));