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