// PR c++/77967 // { dg-do compile { target c++11 } } template using bar = const T&; template bar::bar(const T& cr) // { dg-error "" } { }