diff options
Diffstat (limited to 'tests/011/macros-2.expected')
-rw-r--r-- | tests/011/macros-2.expected | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/011/macros-2.expected b/tests/011/macros-2.expected new file mode 100644 index 00000000..90fb118b --- /dev/null +++ b/tests/011/macros-2.expected @@ -0,0 +1,12 @@ +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +(block #:brk-blk-0004 (for nil ((< i 100) nil) nil (block #:cnt-blk-0003 (if (< (inc i) 20) (return-from #:cnt-blk-0003)) (if (> i 30) (return-from #:brk-blk-0004)) (prinl i)))) |