OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.robertl / eb57.C
1 // { dg-do assemble  }
2 #include <exception>
3 //using namespace std;
4 class A {
5     class B : public std::exception {}
6     ;
7 };