(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
operator3.C
// PR c++/33972

struct s
{
  typedef void f(void);
  f operator();
};