blob: e2c2fd9168888d925af002612236cafd48d3b80e [file] [log] [blame]
// PR c++/86491
// { dg-do compile { target c++11 } }
template <int *> struct NT{};
#line 6 "tM.C"
static int d;
struct D : NT<&d> {}; // { dg-warning "internal linkage" }