mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
10 lines
91 B
Plaintext
10 lines
91 B
Plaintext
|
Throwing 1...
|
||
|
A() 1
|
||
|
Throwing 2...
|
||
|
A() 2
|
||
|
Throwing 3...
|
||
|
~A() 1
|
||
|
Caught.
|
||
|
~A() 2
|
||
|
c == 2, d == 2
|