Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / nontype2.C
blobee233f28b4220acc59eb129e346e596ea30184ed
1 // { dg-do assemble  }
3 enum E { };
5 template <const E* ep>
6 struct S1
8 };
11 struct S2
13   static E es[1];
17 struct S3
19   typedef S1<S2::es> S3_Type;