Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / spec41.C
blob9e22d7df85f44203413269c721c7779a95a953e1
1 // { dg-do assemble  }
3 // Origin: <mikes@nilenet.com>
5 // Bug: Specialization of implicitly created function should be
6 // rejected.
8 template<class T> class blah{};
9 blah<char>::blah(){}            // { dg-error "" } invalid specialization
10 int main(){}