PR c++/85262 - ICE with redundant qualification on constructor.
[official-gcc.git] / gcc / testsuite / g++.dg / parse / template21.C
blobaf2194cb9ef4af5e53f91dc0f240eea5307bc90c
1 // PR c++/28211
3 template <const int*> class Helper { };
4 const int foo = 0;
5 typedef Helper<&foo> HelperType; // { dg-error "linkage|type" "" { target { ! c++11 } } }