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