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