blob: e6e7b30607d80d367ae94f4e112de04d1779bf7c [file] [log] [blame]
#include <objc/objc.h>
#include <objc/objc-api.h>
#include <objc/Object.h>
@interface MyObject
{
Class isa;
float f;
char a;
struct {
int i:2;
int j:6;
int s;
int k:12;
} flags;
char d;
void *pointer;
}
@end
@implementation MyObject
@end
#include "bf-common.h"