diff options
Diffstat (limited to 'test/programs/string-unequal.cps')
-rw-r--r-- | test/programs/string-unequal.cps | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/programs/string-unequal.cps b/test/programs/string-unequal.cps new file mode 100644 index 0000000..ccd278e --- /dev/null +++ b/test/programs/string-unequal.cps @@ -0,0 +1 @@ +PRIMOP(==, ["asdfasdf", "asdf"], [result], []) |