aboutsummaryrefslogtreecommitdiffstats
path: root/test-main.csc
diff options
context:
space:
mode:
Diffstat (limited to 'test-main.csc')
-rw-r--r--test-main.csc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-main.csc b/test-main.csc
new file mode 100644
index 0000000..a8c3a6e
--- /dev/null
+++ b/test-main.csc
@@ -0,0 +1,5 @@
+(import (scheme base)
+ (only (csc testing) test-main))
+
+
+(test-main)