re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / array5.C
blobdf551e380a767b1b50c3d4c1fd61782ddb63f62d
1 // Check to make sure changing from an incomplete
2 // array type to a complete one does not change other
3 // incomplete array type's bounds.
4 // { dg-do compile }
6 extern unsigned char xvalue_store[];
7 extern unsigned char xvalue_store1[];
8 unsigned char xvalue_store[7];
9 unsigned char xvalue_store1[9];