Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / PCH / local_static.h
bloba69382adf8384b01d5dc21c6087c83c0f9a74bb4
1 class Bar {
2 public:
3 template<typename T>
4 void f() {
5 static const T y = 0;
7 };