OSDN Git Service

* objc/execute/exceptions/exceptions.exp: New exp for the exceptions
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc / execute / bf-20.m
1 #include <objc/objc.h>
2 #include <objc/objc-api.h>
3 #include <objc/Object.h>
4
5 @interface MyObject
6 {
7   short s;
8   char c;
9 }
10 @end
11
12 @implementation MyObject
13 @end
14
15 #include "bf-common.h"