Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / t11a.C
blob178f093d74781d2c754890be29b9e51d387c33e5
1 // { dg-do assemble  }
3 template <class A>
4 class B {
5 public:
6   A a;
7   B() { a = 2; }
8 };
9 static B<int> bi;