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