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