aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.robertl/eb57.C
blob: 5f7de55559d23827707c47fac7b200d488a0141c (plain)
1
2
3
4
5
6
7
// Build don't link: 
#include <exception>
//using namespace std;
class A {
    class B : public std::exception {}
    ;
};