Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / no-module-map / a.h
blob546714f4ca3ec174566fc1a17934d1a4d896bc5a
1 #ifndef A_H
2 #define A_H
3 void a();
4 #endif