summaryrefslogtreecommitdiff
path: root/bin/sh/dotcmd/out/func_break_for.out
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/dotcmd/out/func_break_for.out')
-rw-r--r--bin/sh/dotcmd/out/func_break_for.out7
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 000000000000..c3853488a517
--- /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