Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / preamble-with-implicit-import.h
blob1b429678f21350822bb33d52c18b2dfabd9c5159
1 #include "preamble-with-implicit-import-A.h"
3 // Typo is defined in B, which is not imported.
4 void useTypeFromB(Typo *);