Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
PCH
/
Inputs
/
pch-through-use1.cpp
blob: 4eda7cecc95132f918b18c7ec094f1182b90af50 [
file
] [
log
] [
blame
]
#include
"Inputs/pch-through1.h"
#include
"Inputs/pch-through3.h"
void
foo
()
{
through2
(
0
);
}