aboutsummaryrefslogtreecommitdiff
path: root/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out')
-rw-r--r--contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out b/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out
new file mode 100644
index 000000000000..82e86b3c778e
--- /dev/null
+++ b/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_func.out
@@ -0,0 +1,8 @@
+compound start
+before dotcmd
+before function
+before break
+after break
+after function
+after dotcmd, return value: 0
+compound end