2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / parse13.C
blobe438ee2972d3f64d9bc1d6a2fa9eae83a301b594
1 // { dg-do assemble  }
3 struct A { 
4   struct B {}; 
5   struct C;
6 };
8 struct A :: C : A :: B {}; // { dg-bogus "" } parse error before `:'