// { dg-options -std=c++1z }

template <class T = void> struct A { };

A a{};
A a2;
