Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / t01.C
blob70943b9931c85e091325fb0b796ec6a61c62f951
1 // { dg-do assemble  }
3 template <class A> class B { public: A a; };
4 static B<int> b_int;
6 int foo () { return b_int.a; }