aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/mzscheme/char_constant_runme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/mzscheme/char_constant_runme.scm')
-rw-r--r--Examples/test-suite/mzscheme/char_constant_runme.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/mzscheme/char_constant_runme.scm b/Examples/test-suite/mzscheme/char_constant_runme.scm
new file mode 100644
index 000000000..4e3ed47ca
--- /dev/null
+++ b/Examples/test-suite/mzscheme/char_constant_runme.scm
@@ -0,0 +1,6 @@
+(load-extension "char_constant.so")
+
+(if (and (char? (CHAR-CONSTANT))
+ (string? (STRING-CONSTANT)))
+ (exit 0)
+ (exit 1))