aboutsummaryrefslogtreecommitdiffstats
path: root/tests/new/AroundVoid.out
blob: 729a36cc39ef2269957a04603b00209f90e558c9 (plain)
1
2
3
4
5
6
7
8
9
execution(C.m1())
caught RuntimeException
execution(C.m2())
m2
execution(C.m3(..))
execution(C.m4(..))
execution(C.m5())
caught ArithmeticException
execution(C.m6())