xref: /llvm-project/clang/test/Analysis/unified-sources/UnifiedSource-1.cpp (revision 516837f2a1585d4a2a620162cc996ca763046e7d)
1 // RUN: %clang_analyze_cc1 -analyzer-checker=core -verify %s
2 
3 // There should still be diagnostics within included files.
4 #include "source1.cpp"
5 #include "source2.cpp"
6