Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodule-visibility / a.h
blobe4965d72218ba9610157dab9846980ae39b427b4
1 int n;
3 #ifdef B
4 #error B is defined
5 #endif
7 #define A
9 #include "c.h"