1 2 3 4 5 6 7 8 9 10
// { dg-do assemble } // Origin: <mikes@nilenet.com> // Bug: Specialization of implicitly created function should be // rejected. template<class T> class blah{}; blah<char>::blah(){} // { dg-error "" } invalid specialization int main(){}