diff options
Diffstat (limited to 'progs/tests/auto/not.sy')
| -rw-r--r-- | progs/tests/auto/not.sy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/progs/tests/auto/not.sy b/progs/tests/auto/not.sy new file mode 100644 index 0000000..712690a --- /dev/null +++ b/progs/tests/auto/not.sy @@ -0,0 +1,5 @@ +start :: fn { +f := fn {} + f! + +} |
