FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg2.C
blob9c30c3640a8b70989b90b30800982d4a0b0f346e
1 // Bug: g++ complains about a class definition containing a const member
2 // but no constructor; it shouldn't complain at that point, since this is
3 // valid use.
4 // Build don't link:
6 struct S { const int member; } object = { 0 };