llvm/clang/test/Modules/Inputs/cxx17/unimported.h

template<typename T> struct DeductionGuide {};
DeductionGuide() -> DeductionGuide<int>;