Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / Modules / Inputs / cxx17 / unimported.h
blob97c75e635d8371ae3114652e2731fb9403b4fa1f
1 template<typename T> struct DeductionGuide {};
2 DeductionGuide() -> DeductionGuide<int>;