* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / parse1.C
blob8c46f7f0cb299110dc818df07d40163f90e04c5c
1 // { dg-do assemble  }
2 // Test that we save declspecs before a class defn properly.
4 static volatile union {
5   void f() { }
6 } u;