Clang Project
clang_source_code
/
test
/
PCH
/
Inputs
/
pch-through-use3b.cpp
1
#define AFOO 1
2
#define BFOO 2
3
#include "Inputs/pch-through1.h"
4