blob: 5bb1625c9fb22892acae005a5f8b40540cc58aed [file] [log] [blame]
// PR c++/28501
struct A
{
operator int();
};
int i = __real__ A();