// crash test - XFAIL *-*-* class X { public: template X() {} template X::X() {} // ERROR - non-template type used as a template };