diff options
Diffstat (limited to 'bin/sh/dotcmd/out/file_break_func.out')
-rw-r--r-- | bin/sh/dotcmd/out/file_break_func.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/sh/dotcmd/out/file_break_func.out b/bin/sh/dotcmd/out/file_break_func.out new file mode 100644 index 0000000000000..c5488abadbc57 --- /dev/null +++ b/bin/sh/dotcmd/out/file_break_func.out @@ -0,0 +1,6 @@ +before dotcmd +before function +before break +after break +after function +after dotcmd, return value: 0 |