Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx-lookup / x.h
bloba8826e00581752706f22dbeb8ef9cec8ddb5b7a9
1 template <class T> class allocator;
2 struct X { virtual allocator<char> f(); };