rt_gccstream/gcc/testsuite/g++.dg/parse/error34.C

9 lines
106 B
C

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