ObjC NeXT, split encode-support code from next-mapping.h
[gcc.git] / gcc / testsuite / objc / execute / bf-21.m
1 #include <objc/objc.h>
2
3 typedef enum
4 {
5 A, B
6 } enumeration;
7
8 @interface MyObject
9 {
10 enumeration g:4;
11 }
12 @end
13
14 @implementation MyObject
15 @end
16
17 #include "bf-common.h"
18