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

int main()
{
  int (*) {} // { dg-error "expected primary-expression" }
         any amount of syntactic nonsense // { dg-error "not declared in this scope" }
         on multiple lines, with *punctuation* and ++operators++ even...
         will be silently discarded
         until the next close brace
}