Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / submodule-visibility / other.h
blob4b68c489153c99968c399806a0ae9083e0d4e178
1 #include "c.h"
3 #ifndef OTHER_H
4 #define OTHER_H
5 namespace N {
6 struct C {
7 template<typename U> static void f(U) {}
8 };
10 #endif