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