diff options
Diffstat (limited to 'pit/test/test4.pit')
| -rw-r--r-- | pit/test/test4.pit | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pit/test/test4.pit b/pit/test/test4.pit new file mode 100644 index 0000000..321a988 --- /dev/null +++ b/pit/test/test4.pit @@ -0,0 +1,5 @@ +(or + (case 'foo + ('foo 1) + ('bar 2)) + 3)
\ No newline at end of file |
