Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
fixed2.C
blob: 1ee5538a1721df37e6929085223b8482f5abf42c [
file
] [
log
] [
blame
]
// PR c++/35319
// { dg-options "" }
void
foo
()
{
throw
0r
;
// { dg-error "not supported" }
}