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