Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / shadow1.C
blob9fa40dfce6b84c3dbd064a3ae4a842e3de3dc300
1 // { dg-do assemble  }
3 template <class T>
4 struct S {
5   typedef T X;
7   class C {
8     typedef T X;
9   };
12 template <int I>
13 struct S2 {
14   enum { A = I };
16   void f() {
17     int A;
18   }