Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
.
/
clang
/
test
/
Index
/
Inputs
/
preamble-with-implicit-import.h
blob: 1b429678f21350822bb33d52c18b2dfabd9c5159 [
file
] [
log
] [
blame
]
Ben Langmuir
6d25fdc
2016-02-11 17:04:42 +0000
[
diff
] [
blame
]
1
#include
"preamble-with-implicit-import-A.h"
2
3
// Typo is defined in B, which is not imported.
4
void
useTypeFromB
(
Typo
*);