Clang Project

clang_source_code/test/Analysis/unified-sources/UnifiedSource-1.cpp
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