// { dg-do compile } // Origin: Giovanni Bajo // DR194: Identifying constructors struct A { inline explicit A(); }; template struct B { inline explicit B(); }; template struct B;