diff options
Diffstat (limited to 'bin/sh/dotcmd/out/while_continue_while.out')
| -rw-r--r-- | bin/sh/dotcmd/out/while_continue_while.out | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/sh/dotcmd/out/while_continue_while.out b/bin/sh/dotcmd/out/while_continue_while.out new file mode 100644 index 0000000000000..317be17fadc4b --- /dev/null +++ b/bin/sh/dotcmd/out/while_continue_while.out @@ -0,0 +1,14 @@ +before while +before dotcmd +before while +before continue +before continue +after while +after dotcmd, return value: 0 +before dotcmd +before while +before continue +before continue +after while +after dotcmd, return value: 0 +after while |
