xref: /freebsd/contrib/netbsd-tests/bin/sh/dotcmd/out/compound_break_case.out (revision 107af8f2edd60bb40ee6452f8a1997c9b4d59ba3)
1compound start
2before dotcmd
3before case
4before break
5after break, return value: 0
6after case
7after dotcmd, return value: 0
8compound end
9