OSDN Git Service

* objc/objc-act.c (objc_add_static_instance): Set DECL_INITIAL
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / bf-19.m
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
4
5 @interface MyObject
6 {
7   Class isa;
8   unsigned int i;
9   MyObject *object;
10 }
11 @end
12
13 @implementation MyObject
14 @end
15
16 #include "bf-common.h"
17