[clang] Add a C++17 deduction guide testcase.
authorHaojian Wu <hokein.wu@gmail.com>
Fri, 4 Dec 2020 08:02:04 +0000 (09:02 +0100)
committerHaojian Wu <hokein.wu@gmail.com>
Fri, 4 Dec 2020 08:02:50 +0000 (09:02 +0100)
commit5b9fc44d8128717ef2f219b061c018abb85c717f
tree62552c6e946096fed6e848964ad70ca6e9fd84af
parente2fc11cf9f6cd801b5f3bf94541561829ff02f77
[clang] Add a C++17 deduction guide testcase.

From https://bugs.llvm.org/show_bug.cgi?id=47219.

It was crashing before the commit 1e14588d0f68.

Differential Revision: https://reviews.llvm.org/D92573
clang/test/PCH/cxx17-deduction-guide-decl.cpp [new file with mode: 0644]