diff options
Diffstat (limited to 'test/programs/add-1-3.cps')
-rw-r--r-- | test/programs/add-1-3.cps | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/programs/add-1-3.cps b/test/programs/add-1-3.cps index 95b9939..66759f7 100644 --- a/test/programs/add-1-3.cps +++ b/test/programs/add-1-3.cps @@ -1,2 +1 @@ -PRIMOP(+, [INT 1, INT 2], [u], - [APP(LABEL identity, [VAR u])])
\ No newline at end of file +PRIMOP(+, [REAL 1.0, INT 3], [result], [])
\ No newline at end of file |