Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
error32.C
blob: 56d3b7aec8b1d5e8e4b32ee5fa051cceb5062269 [
file
] [
log
] [
blame
]
// PR c++/33492
// { dg-options "" }
void
foo
()
{
if
(
throw
0
)
// { dg-error "could not convert .\\<throw-expression\\>. from .void. to .bool." }
;
}