blob: 35f6509df786924127521c4ba87026ce26c12f3b [file] [log] [blame]
// PR c++/58965
// { dg-require-effective-target c++11 }
void foo()
{
static union
{
int i = i;
};
}