Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
tmplattr8.C
blob: 4b8707aa538d311f4a04d5217e9e8147c988fa03 [
file
] [
log
] [
blame
]
// PR c++/28560
template
<typename>
struct
A
{};
template
<int>
struct
B
;
template
<
int
N
>
struct
C
:
A
<
typename
B
<
N
>::
X __attribute__
((
unused
))>
{};
// { dg-warning "attribute" }