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