FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb124.C
blob92fa87256e0dfad96378bea589f67d9a025e7904
1 //Build don't link:
2 #include <stdexcept>
3 class X : public std::runtime_error {
4   X ();
5 };