Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
eh
/
spec1.C
blob: 0bd0cbc0394cee8c78543da0bec8771a1fe8af52 [
file
] [
log
] [
blame
]
// Check that we allow an exception specification on a reference-to-function.
// { dg-do compile }
void
f
()
throw
();
void
(&
fp
)()
throw
()
=
f
;