[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / CodeGenObjC / objc2-nonfragile-abi-impl.m
blobc785a5d4764245382a4d6ed46b6647963409e1ab
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
2 // rdar://7547942.
4 @interface Base @end
6 @interface Sub1 : Base @end
8 @implementation Sub1 @end
10 @implementation Base { 
11 @private 
12   id ivar; 
13
14 @end