blob: 4e3ed47ca58cb71382d077be2517284556c3063e [file] [log] [blame]
(load-extension "char_constant.so")
(if (and (char? (CHAR-CONSTANT))
(string? (STRING-CONSTANT)))
(exit 0)
(exit 1))