1#include <objc/objc.h> 2 3@interface MyObject 4{ 5 short s; 6 char c; 7} 8@end 9 10@implementation MyObject 11@end 12 13#include "bf-common.h" 14