1 2 3 4 5 6
// { dg-do compile { target c++17 } } template <class T = void> struct A { }; A a{}; A a2;