Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR27513 / a.h
blob7eecbf4773d8b7b072d5245ce86b7d47cc54d6e2
1 #include "b.h"
3 inline void f() { basic_string<char> s; }
5 #include "c.h"