aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/parse/error35.C
blob: 59e726a31f2eeca4b7d5c395d3767addf61f7ea8 (plain)
1
2
3
4
5
6
7
8
// PR c++/33465

int foo(double);

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