PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr70022.c
blob30eb7ece2501f8ef52249927f4da278fd472a625
1 /* { dg-do compile } */
2 /* { dg-options "-w -Wno-psabi" } */
4 typedef int v4si __attribute__ ((vector_size (16)));
6 int
7 foo (v4si v)
9 return v[~0UL];