mve: Fix vsetq_lane for 64-bit elements with lane 1 [PR 115611]
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr45732.c
blob04ceaa279169891a965d5b39e35b6c3a21d738db
1 /* { dg-do compile } */
3 typedef char chars[5];
4 const chars bad_chars[] = { "" };
6 int foo ()
8 const chars *c = bad_chars;
9 return c[0][0];