Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / missing-header-local-visibility / x.h
blob0498c5d2aabc48bbc50486d8829b9b71ddff2c9c
1 #ifndef X_H
2 #define X_H
3 struct X {};
4 #endif