Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / libstdcxx-ambiguous-internal / d.h
blobefec99f003d8c72e4f22ffb69fb2f6f4cd2422ed
1 #include "b.h"
2 #include "c.h"
3 inline void g() { f(); }
4 inline int h() { return n; }