#include <objc/objc.h>
@interface MyObject
{
  short s;
  char c;
}
@end
@implementation MyObject
@end
#include "bf-common.h"
#include <objc/objc.h>
@interface MyObject
{
  short s;
  char c;
}
@end
@implementation MyObject
@end
#include "bf-common.h"