Fix ICE in substring-handling building 502.gcc_r (PR 87562)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr77450.c
blob7c19e86ca0298933f3b5d448b60df10485af7739
1 /* { dg-do compile } */
2 /* { dg-options "-std=gnu90" } */
4 typedef int V __attribute__((vector_size(4)));
6 void
7 foo(void)
9 (V){ 0 }[0] = 0;