Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
pch-through-use1.cpp
1
#include "Inputs/pch-through1.h"
2
#include "Inputs/pch-through3.h"
3
void foo() {
4
through2(0);
5
}
6