FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg8.C
blob401d05de59076ceaa7489d3c0ac4d29ce29fa5ea
1 // Bug: g++ is wrongfully pedantic about union initializers.
2 // Build don't link:
4 union U { int mbr; } array[1] = { 0 };