1 // { dg-do assemble  }
2 // prms-id: 6578
3 
4 struct A {
5   operator int ();
6 };
7 
8 int i = A();
9