1 2 3 4 5 6
// PR c++/30301 template<int T> struct A { union { static int i; }; // { dg-error "static data.*unnamed" } };