Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / no-implicit-builds / b.h
blob4fe1c76825cbfb47df08f6a115d9dc8b4a58ffd4
1 #ifndef B_H
2 #define B_H
4 int b;
6 #endif