diff options
Diffstat (limited to 'contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_compound.out')
-rw-r--r-- | contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_compound.out | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_compound.out b/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_compound.out new file mode 100644 index 000000000000..3fd7b2f92e2a --- /dev/null +++ b/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_compound.out @@ -0,0 +1,8 @@ +compound start +before dotcmd +compound start +before break +after break, return value: 0 +compound end +after dotcmd, return value: 0 +compound end |