(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
complex9.C
// PR c++/28501

struct A
{
  operator int();
};

int i = __real__ A();