Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / name-clash4.C
blob490f7500ec6f125be373d472d99ac99b259e4376
1 // { dg-do compile }
3 // Origin: Volker Reichelt <reichelt@gcc.gnu.org>
5 // PR c++/18100: Invalid nested type.
7 struct A
9     template<int> struct A {};  // { dg-error "same name" }
12 A::A<0> a;      // { dg-error "not a template|constructor" }