Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / t35a.C
blob48f4ca6cf7189487dde0abddf0b5f486f42a6760
1 // { dg-do assemble  }
3 template <class X> struct A {  };
4 template <> struct A<int> { int foo (); };
5 int A<int>::foo () { return 37; }