Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjC / attr-print.m
blobe3405d239e36235c3a4439631b94960f859bb957
1 // RUN: %clang_cc1 %s -fobjc-arc -ast-print | FileCheck %s
3 __strong id x;
4 id y;
5 __strong id z;
7 // CHECK: __strong id x;
8 // CHECK-NOT: __strong id y;
9 // CHECK: __strong id z;