diff options
Diffstat (limited to 'progs/tests/negation.sy')
| -rw-r--r-- | progs/tests/negation.sy | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/progs/tests/negation.sy b/progs/tests/negation.sy deleted file mode 100644 index 0c702aa..0000000 --- a/progs/tests/negation.sy +++ /dev/null @@ -1,7 +0,0 @@ -start :: fn { - -1 <=> 0 - 1 - -1 + 2 <=> 1 - -(1 + 2) <=> -3 - 1 + -1 <=> 0 - 2 * -1 <=> -2 -} |
