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

@interface MyObject
{
  short s;
  char c;
}
@end

@implementation MyObject
@end

#include "bf-common.h"