Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / Inputs / system-header-simulator-for-nullability-cxx.h
blobfe620c9ff197ea9c53843195600f6cf63708b65a
1 #pragma clang system_header
3 struct S {
4 ~S(){}
5 };
7 void foo() {
8 S s;