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" }
};