(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
nsdmi-union3.C
// PR c++/58965
// { dg-require-effective-target c++11 }

void foo()
{
  static union
  {
    int i = i;
  };
}