* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[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\\)" }