summaryrefslogtreecommitdiff
path: root/bin/sh/dotcmd/out/compound_break_while.out
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
committerEnji Cooper <ngie@FreeBSD.org>2014-10-01 04:07:17 +0000
commit478290db20b28ab28ce7e08cf33f1b44d82e4cb3 (patch)
treeb31430c773d683d336caf956649e9ed3f459369c /bin/sh/dotcmd/out/compound_break_while.out
downloadsrc-test2-478290db20b28ab28ce7e08cf33f1b44d82e4cb3.tar.gz
src-test2-478290db20b28ab28ce7e08cf33f1b44d82e4cb3.zip
Notes
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