Merged revisions 143552,143554,143557,143560,143562,143564-143567,143570-143573,14357...
[official-gcc.git] / gcc / testsuite / g++.dg / parse / error34.C
blob449ea689ad9aa8c6d5e40ab2ba96bbb91f5e82a9
1 // PR c++/33465
3 int foo(int);
5 void bar(double d)
7   foo(d)();  // { dg-error "foo\\(\\(int\\)d\\)" }