diff options
Diffstat (limited to 'tests/008/no-stdin-hang.txr')
-rw-r--r-- | tests/008/no-stdin-hang.txr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/008/no-stdin-hang.txr b/tests/008/no-stdin-hang.txr new file mode 100644 index 00000000..4b29f021 --- /dev/null +++ b/tests/008/no-stdin-hang.txr @@ -0,0 +1,5 @@ +@(define foo (var)) +@(next :list '("a")) +@var +@(end) +@(foo x) |