// Check that we allow an exception specification on a reference-to-function.
// { dg-do compile }

void f () throw ();
void (&fp)() throw () = f;


syntax highlighted by Code2HTML, v. 0.9.1