blob: 4339a5e08c5a77f0acaa69bfa9b5b6d14c087be7 [file] [log] [blame]
// { dg-do compile { target c++17 } }
template <class T = void> struct A { };
A a{};
A a2;