// PR c++/28211 template class Helper { }; const int foo = 0; typedef Helper<&foo> HelperType; // { dg-error "linkage|type" }