llvm-for-llvmta/tools/clang/test/Modules/Inputs/cxx17/unimported.h

3 lines
88 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
template<typename T> struct DeductionGuide {};
DeductionGuide() -> DeductionGuide<int>;