Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / multiple-include / b.h
blobf56ab64da6b1c0883345bd52f8fbd8899f35f3c9
1 #pragma clang __debug macro C_H
2 #include "c.h"
3 inline int get() { return c; }