Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;