Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;
};
}