summaryrefslogtreecommitdiff
path: root/tests/bin/sh/dotcmd/out/subshell_break_compound.out
blob: a643ac080d917a9c9770c7f081491825234b6fa2 (plain)
1
2
3
4
5
6
7
8
subshell start
before dotcmd
compound start
before break
after break, return value: 0
compound end
after dotcmd, return value: 0
subshell end