* auto-profile.c (afdo_annotate_cfg): Use update_max_bb_count.
[official-gcc.git] / gcc / testsuite / obj-c++.dg / pragma-1.mm
blob3d3539ed3f3ef35c0d6e059ca9bac6095e43eea2
1 /* It is OK to use #pragma inside @interface body. This test checks that.  */
2 /* Devang Patel  <dpatel@apple.com>.  */
4 @interface A
6    int p;
8 +(int) foo;
9 #pragma Mark foobar
10 -(int) bar;
11 @end