Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / merge-anon-in-template / a.h
blob82540e397bf36b56d64ae5215ccae6b5a657a582
1 template<typename T> struct is_floating {
2 enum { value = 0 };
3 typedef int type;
4 };