(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
unnamed2.C
// PR c++/30301

template<int T> struct A
{
  union { static int i; };	// { dg-error "static data.*unnamed" }
};