Sign in
rust
/
rust-lang
/
llvm-project
/
c39e100ad3cbb4c1b587224a6be2bb732c1d6bf4
/
.
/
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
);
}