Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodule-visibility / b.h
blob39df6a02cb40c1525d1c6f94c00eeb0d65970baa
1 int m = n;
3 #include "other.h"
4 #include "c.h"
6 #if defined(A) && !defined(ALLOW_NAME_LEAKAGE)
7 #warning A is defined
8 #endif
10 #define B
12 template<typename T> void b_template() {
13 N::C::f(0);