* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / g++.dg / other / semicolon.C
blob8797bd32f310dc592f5b2c334b97be558796a80e
1 // PR c++/18368
2 // Origin: Chris Lattner <sabre@nondot.org>
3 // { dg-do compile }
4 // { dg-options "-fshow-column" }
6 struct A
8   struct B { int i; } // { dg-error "after struct definition" }
9   void foo();