// PR 68724 ICE in unificiation // { dg-do compile { target c++11 } } template struct integral_constant { }; integral_constant inst; template struct integral_constant // { dg-error "not deducible" } { };