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