2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / eh / spec1.C
blob0bd0cbc0394cee8c78543da0bec8771a1fe8af52
1 // Check that we allow an exception specification on a reference-to-function.
2 // { dg-do compile }
4 void f () throw ();
5 void (&fp)() throw () = f;