Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / PR28752 / Subdir1 / c.h
blob38822fb9cf2106a97fce62cd56f77cc43eff353f
1 template<typename T> struct A { static bool b; };
2 template<typename T> bool A<T>::b;