Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-65.C
blob: 1d2b2f04e7a590d06adf8d87c85d899839b99056 [
file
] [
log
] [
blame
]
// PR c++/86063
// { dg-do compile { target c++11 } }
template
<
class
...
T
>
struct
S
{
[[
foobar
(
alignof
(
T
))...]]
char
t
;
// { dg-warning "attribute directive ignored" }
};