summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg8.C
blob: 39ef34cf8a3b5b1e7b87e2cfd6135806aaf2561c (plain)
1
2
3
4
// { dg-do assemble  }
// Bug: g++ is wrongfully pedantic about union initializers.

union U { int mbr; } array[1] = { 0 };