OSDN Git Service

401d05de59076ceaa7489d3c0ac4d29ce29fa5ea
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg8.C
1 // Bug: g++ is wrongfully pedantic about union initializers.
2 // Build don't link:
3
4 union U { int mbr; } array[1] = { 0 };