aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/cxx17/unimported.h
blob: 97c75e635d8371ae3114652e2731fb9403b4fa1f (plain)
1
2
template<typename T> struct DeductionGuide {};
DeductionGuide() -> DeductionGuide<int>;