Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
eh
/
throw1.C
blob: 6a3cb2c35cae681eadc1114d6e9e50c24d4610f8 [
file
] [
log
] [
blame
]
class
S
{
public
:
S
(){}
};
int
foo
(
char
*
m1
)
{
throw
(
m1
?
S
()
:
S
());
}