1 // Red Hat bugzilla 65035
2 // Bug: We were encoding the name of the instantiation as 'operator int'
3 // rather than 'operator T'.
12 C::operator T () { return 0; }
14 template C::operator int ();
16 // { dg-final { scan-assembler _ZN1CcvT_IiEEv } }