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