Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
Wsubobject-linkage-5.C
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" }