xref: /llvm-project/clang/test/Modules/Inputs/cxx17/unimported.h (revision c32d261e27c8c63653799fa6e411c373bd81d519)
1*c32d261eSRichard Smith template<typename T> struct DeductionGuide {};
2*c32d261eSRichard Smith DeductionGuide() -> DeductionGuide<int>;
3