summaryrefslogtreecommitdiff
path: root/test/programs/add-1-3.cps
diff options
context:
space:
mode:
Diffstat (limited to 'test/programs/add-1-3.cps')
-rw-r--r--test/programs/add-1-3.cps2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/programs/add-1-3.cps b/test/programs/add-1-3.cps
new file mode 100644
index 0000000..95b9939
--- /dev/null
+++ b/test/programs/add-1-3.cps
@@ -0,0 +1,2 @@
+PRIMOP(+, [INT 1, INT 2], [u],
+ [APP(LABEL identity, [VAR u])]) \ No newline at end of file