Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / CodeGenObjC / objc2-nonfragile-abi-impl.m
blob286ab7e015c283bdad903ff2ea2dbf7b814d3960
1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -o %t %s
3 @interface Base @end
5 @interface Sub1 : Base @end
7 @implementation Sub1 @end
9 @implementation Base { 
10 @private 
11   id ivar; 
12
13 @end