Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.robertl / eb80.C
blobe30f7ef2cd2237c34b8558de9071b458da50a527
1 // { dg-do assemble  }
2 #include <exception>
4 class A {
5     class B : public std::exception {}
6     ;
7 };