PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-10a.c
blob771b38ef1a0bc361a578a95577f29546833c812b
1 /* { dg-do compile } */
3 #include "vect-simd-clone-10.h"
5 #pragma omp declare simd notinbranch
6 int
7 foo (long int a, int b, int c)
9 return a + b + c;
12 #pragma omp declare simd notinbranch
13 long int
14 bar (int a, int b, long int c)
16 return a + b + c;