init13.C   [plain text]


// Build don't link: 
// GROUPS passed initialization
struct A {
  operator int ();
};
 
int i = A();