1//  PR c++/11895
2//  This used to ICE in reshape_init.
3//  testcase from fnf@ninemoons.com
4
5    __attribute__((vector_size(16))) int a1 = { 100, 200, 300, 400 };
6