Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Import / template / Inputs / T.cpp
blob2499936788a47a53ddc04126acc693ace6de05e3
1 template <typename T> struct A {
2 struct B {
3 T f;
4 };
5 };