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