diff options
Diffstat (limited to 'contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_while.out')
| -rw-r--r-- | contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_while.out | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_while.out b/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_while.out new file mode 100644 index 000000000000..7019045bc39f --- /dev/null +++ b/contrib/netbsd-tests/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 |
