blob: d2b96f896f66d77f8f90891a023be6eb5ba132f8 [file] [log] [blame]
// PR c++/30301
template<int T> struct A
{
union { static int i; }; // { dg-error "static data.*unnamed" }
};