Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ARCMT / Inputs / test1.m.in.result
blob1db9bf7ad65c799e83440fad657b9bf444f733ff
1 #define PART1
2 #include "test.h"
4 void test1(id p) {
7 @interface Test2
8 @property (strong) id prop;
9 @end
11 @implementation Test2
12 -(id)init {
13   _prop = 0;
15 @end