summaryrefslogtreecommitdiff
path: root/gcc/testsuite/objc/execute/bf-19.m
blob: 8be8ecc4b06fa2701d0b810e7a72cbd802fd82d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#import "../../objc-obj-c++-shared/Object1.h"
#include <objc/objc.h>
#include <objc/objc-api.h>

@interface MyObject
{
  Class isa;
  unsigned int i;
  MyObject *object;
}
@end

@implementation MyObject
@end

#include "bf-common.h"