Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-18.1.7
/
.
/
SingleSource
/
UnitTests
/
EH
/
simple-1.reference_output
blob: 4f509622509305b8ca33488abcccf49651ac2311 [
file
] [
log
] [
blame
]
Throwing
char
:
a
Caught
char
:
a
Throwing
int
:
37
Caught
int
:
37
Throwing
float
:
37.927
Caught
float
:
37.927
Throwing
double
:
37.927
Caught
double
:
37.927
Throwing
std
::
string
:
hello world
Caught
std
::
string
:
hello world
Throwing
A
Caught
A
exit
0