Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / t22.C
blobfe7a61a3842cfacc7b570ba983b965488c676c32
1 // { dg-do assemble  }
3 class AA { public: static int xx; };
4 template <class X> class A {
5  public:
6   static int x;
7 };
9 int AA::xx;
10 template <class Y> int A<Y>::x; // { dg-bogus "" }