// PR c++/3478 // { dg-options "-fshow-column" } template struct A { enum E {}; }; template void foo() { enum A::E e1; typename A::E e2; enum A::E e3; enum typename A::E e4; } // { dg-error "3:two or more data types in declaration of 'e4'" "2 or more" { target *-*-* } 14 }