blob: 286ab7e015c283bdad903ff2ea2dbf7b814d3960 [file] [log] [blame]
// 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