aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/dotcmd/out/subshell_break_for.out
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/dotcmd/out/subshell_break_for.out')
-rw-r--r--bin/sh/dotcmd/out/subshell_break_for.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/sh/dotcmd/out/subshell_break_for.out b/bin/sh/dotcmd/out/subshell_break_for.out
new file mode 100644
index 000000000000..27040a992adf
--- /dev/null
+++ b/bin/sh/dotcmd/out/subshell_break_for.out
@@ -0,0 +1,7 @@
+subshell start
+before dotcmd
+before for
+before break
+after for
+after dotcmd, return value: 0
+subshell end