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