Sign in
llvm
/
clang
/
e43eb432de21ed58e59e9fa7514750b901396916
/
.
/
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
*);