Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / g++.old-deja / g++.jason / rfg2.C
blob44cb1cb02317d837112db78faa2216437cfefba2
1 // { dg-do assemble  }
2 // Bug: g++ complains about a class definition containing a const member
3 // but no constructor; it shouldn't complain at that point, since this is
4 // valid use.
6 struct S { const int member; } object = { 0 };