summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/parse/error34.C
blob: 449ea689ad9aa8c6d5e40ab2ba96bbb91f5e82a9 (plain)
1
2
3
4
5
6
7
8
// PR c++/33465

int foo(int);

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