PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git] / gcc / testsuite / g++.dg / template / non-dependent14.C
blobb257d9baf1a7a69ec540934ba1d4d4f942deba24
1 // PR c++/64251
3 class DictionaryValue {};
4 template <typename T> void CreateValue(T) {
5   DictionaryValue(0);
6   CreateValue(0);