rt_gccstream/gcc/testsuite/g++.dg/eh/spec1.C

6 lines
147 B
C

// Check that we allow an exception specification on a reference-to-function.
// { dg-do compile }
void f () throw ();
void (&fp)() throw () = f;