diff options
Diffstat (limited to 'bin/sh/dotcmd/out/func_continue_for.out')
-rw-r--r-- | bin/sh/dotcmd/out/func_continue_for.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/sh/dotcmd/out/func_continue_for.out b/bin/sh/dotcmd/out/func_continue_for.out new file mode 100644 index 0000000000000..d46095d58d36c --- /dev/null +++ b/bin/sh/dotcmd/out/func_continue_for.out @@ -0,0 +1,8 @@ +before function +before dotcmd +before for +before continue +before continue +after for +after dotcmd +after function |