Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR21687 / c.h
blob5c5d555a3f0792aeb86317137c90eb7838d869ff
1 #include "a.h"
2 inline void f() { X x, y(x); }
3 #include "b.h"
4 X x, y(x);