* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.brendan / static1.C
blobcba5551d8f9d827dc7cfff75700b16fa3587a593
1 // { dg-do assemble  }
2 // GROUPS passed static
3 class A { public: int a; };// { dg-message "" } .*
4 void foo7 () { A::a = 3; }// { dg-error "" } .*