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