brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · 286ab7e Raw
15 lines · plain
1// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s2 3@interface Base @end4 5@interface Sub1 : Base @end6 7@implementation Sub1 @end8 9@implementation Base { 10@private 11  id ivar; 12} 13@end14 15