xref: /llvm-project/clang/test/Index/Inputs/preamble-with-implicit-import.h (revision 6d25fdc41b7444e15395f5e8f9961825f1d0a163)
1 #include "preamble-with-implicit-import-A.h"
2 
3 // Typo is defined in B, which is not imported.
4 void useTypeFromB(Typo *);
5