Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Index / Inputs / preamble-with-implicit-import-B.h
blob17c138dfb5aa4f9bd70b6be56deed1a2fafb4f77
1 #pragma once
2 #include "preamble-with-implicit-import-C.h" // Circular
3 typedef struct { char x; } Typo;