Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Analysis / unified-sources / UnifiedSource-1.cpp
blob02569f247ee0870698c35485e66b4a9f7d64b2a3
1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
3 // There should still be diagnostics within included files.
4 #include "source1.cpp"
5 #include "source2.cpp"