// { dg-do compile } // Origin: Ewgenij Gawrilow // PR c++/6723 // ICE when default template argument contains instantiation of // template template parameter. template class Predicate, bool _matches=Predicate::answer> struct helper { };