* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / pr66655.h
blobff638f43970e31c2dad0a8d7a06815a4bc7b7159
1 struct S
3 static int i;
4 static void set (int ii) { i = -ii; }
5 };