aboutsummaryrefslogtreecommitdiff
path: root/tests/exceptions/output.txt
blob: 2db8345e035e801a9128cbc5b396d85cf04593fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
*CREATING A FOO
*CREATING A BAR
*CREATING A QUUX
start


  throwing ExFooInstance
*COPYING A FOO
*COPYING A FOO
outer catch foo: 11
*DESTROYING A FOO (11)
*DESTROYING A FOO (11)


  throwing ExBarInstance
*COPYING A BAR
*COPYING A BAR
inner re-throw: 22
*DESTROYING A BAR (22)
outer catch bar-ref: 22
*DESTROYING A BAR (22)


  throwing ExQuuxInstance
*COPYING A QUUX
*COPYING A QUUX
inner catch quux: 33
*DESTROYING A QUUX (33)
*DESTROYING A QUUX (33)






  throwing 42
outer catch int: 42


  throwing NULL
outer catch-all


  not throwing


end
*DESTROYING A QUUX (33)
*DESTROYING A BAR (22)
*DESTROYING A FOO (11)