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