aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenObjC/objc2-nonfragile-abi-impl.m
blob: 286ab7e015c283bdad903ff2ea2dbf7b814d3960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s

@interface Base @end

@interface Sub1 : Base @end

@implementation Sub1 @end

@implementation Base { 
@private 
  id ivar; 
} 
@end