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