Sign in
rust
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
clang
/
test
/
Index
/
Inputs
/
preamble-with-implicit-import.h
blob: 1b429678f21350822bb33d52c18b2dfabd9c5159 [
file
] [
log
] [
blame
] [
edit
]
#include
"preamble-with-implicit-import-A.h"
// Typo is defined in B, which is not imported.
void
useTypeFromB
(
Typo
*);