xref: /netbsd-src/tests/bin/sh/dotcmd/out/compound_break_subshell.out (revision 4ac76180e904e771b9d522c7e57296d371f06499)
1compound start
2before dotcmd
3subshell start
4before break
5after break, return value: 0
6subshell end
7after dotcmd, return value: 0
8compound end
9