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