Sign in
llvm
/
llvm-project
/
8dec0b23da116e1cf0cd49c955ff1fadf52d5096
/
.
/
clang
/
test
/
Index
/
Inputs
/
preamble-with-implicit-import.h
blob: 1b429678f21350822bb33d52c18b2dfabd9c5159 [
file
] [
log
] [
blame
]
#include
"preamble-with-implicit-import-A.h"
// Typo is defined in B, which is not imported.
void
useTypeFromB
(
Typo
*);