* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / expr1.C
blob2ef82185b892a65aba32c73a902e33d40bb00567
1 struct A {
2   A (int, int);
3   void f ();
4 };
6 void f (int a) {
7   A (a, a).f ();