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