diff options
Diffstat (limited to 'test-files/mds-kbdc/compile-layout/valid/let-function-end-nonshadowing_for')
-rw-r--r-- | test-files/mds-kbdc/compile-layout/valid/let-function-end-nonshadowing_for | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/compile-layout/valid/let-function-end-nonshadowing_for b/test-files/mds-kbdc/compile-layout/valid/let-function-end-nonshadowing_for new file mode 100644 index 0000000..8bae30b --- /dev/null +++ b/test-files/mds-kbdc/compile-layout/valid/let-function-end-nonshadowing_for @@ -0,0 +1,7 @@ +let \1 : 0 +function f/0 +end function +for "a" to "a" as \1 +end for +\1 : "" + |