Make tree-ssa-strlen.c handle partial unterminated strings
[official-gcc.git] / gcc / testsuite / objc / execute / bf-1.m
bloba5d219108bc74c673eade88a77bdff9ce6e50fd4
1 #include <objc/objc.h>
3 @interface MyObject
5   Class isa;
6   float f;
7   char a;
8   struct {
9     int i:2;
10     int j:3;
11     int k:12;
12   } flags;
13   char c;
14 //  void *pointer;
16 @end
18 @implementation MyObject
19 @end
21 #include "bf-common.h"