(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
crash62.C
// PR c++/57352

struct x
{
  operator class {} ();  // { dg-error "types|expected" }
};