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

int foo(int);

void bar(double d)
{
  foo(d)();  // { dg-error "foo\\(\\(int\\)d\\)" }
}