Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.brendan / nest4.C
blobf7af04df9a500c652cd6a38d5e4c4b967a46d51d
1 // { dg-do assemble  }
2 // { dg-options "-pedantic-errors" }
3 // GROUPS passed nested-classes
4 class vec {
5     class blah { };
7     ::vec::blah satan( 0);// { dg-error "" } .*
8     blah        herman( 0);// { dg-error "" } .*
9 };