Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / namespace7.C
blobc8ac608823f13f2dde48c2134bf0104c7b9c1649
1 namespace O {
2   struct SO;
3   namespace I {
4     struct SI;
5     struct O::SO {}; // { dg-error "" }
6   }
7   struct I::SI {};