aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/objc/execute/bf-19.m
blob: d9306df00792c9ebdc455b135084f22b5151ce38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <objc/objc.h>

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

@implementation MyObject
@end

#include "bf-common.h"