blob: 2b19e86ddfb6ba08d9cacefe0d7a0007b05e6c4d [file] [log] [blame]
// Build don't link:
// prms-id: 6578
struct A {
operator int ();
};
int i = A();