Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / name-clash7.C
blob5c0690aa8505bb4946051fd669d4a4874d0d9511
1 // PR c++/28513
3 class foo {                     // { dg-error "changes meaning" }
4 public:
5   typedef int bar;
6 };
8 class baz {
9 public:
10   foo::bar foo;                 // { dg-error "declaration" }