blob: 311a0fd5b98e4b88670927143b09ab43b3a79427 [file] [log] [blame]
#include <objc/objc.h>
@interface MyObject
{
short s;
char c;
}
@end
@implementation MyObject
@end
#include "bf-common.h"