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