etc/protocols - sync with NetBSD-8
[minix.git] / tests / bin / sh / dotcmd / out / func_break_subshell.out
blobaffe3e4bdefb3ebf4c4f982701b02b4b0592b8d5
1 before function
2 before dotcmd
3 subshell start
4 before break
5 after break, return value: 0
6 subshell end
7 after dotcmd
8 after function