Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaObjCXX / arc-system-header.mm
blob00ffad7ced4d98a21bd13be2efb31b2c121008d9
1 // RUN: %clang_cc1 -std=gnu++98 -fobjc-arc -isystem %S/Inputs %s -verify
3 #include <arc-system-header.h>
5 void f(A* a) {
6   a->data.void_ptr = 0;
7   a->data.a_b.b = 0; // expected-error{{'a_b' is unavailable in ARC}}
9 // expected-note@arc-system-header.h:10{{field has non-trivial ownership qualification}}