Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nsdmi-union3.C
blob: 35f6509df786924127521c4ba87026ce26c12f3b [
file
] [
log
] [
blame
]
// PR c++/58965
// { dg-require-effective-target c++11 }
void
foo
()
{
static
union
{
int
i
=
i
;
};
}