OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.jason / crash2.C
1 // Bug: g++ crashes on this (admittedly invalid) input.
2 // Special g++ Options:
3 // Build don't link:
4
5 class PhysicalPageId {
6   const maximum_block_numbers = 2;
7   long block_number[maximum_block_numbers];
8 };
9
10 const PhysicalPageId shadows_physical_page_id_null = { 2, { 0, 0 } }; // ERROR - constructor initializes non-field m_b_n