p6578.C   [plain text]


// Build don't link:
// prms-id: 6578

struct A {
  operator int ();
};

int i = A();