FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / ice990323-3.C
blob842e6478f5bb1ac1093c179b1b7eadfa6b90311b
1 // Build don't link:
2 // try throwing overloaded function
4 void f(int)
8 void f(long)
12 void g()
14         throw &f; // ERROR - insufficient contextual information