PR lto/59326
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-10a.c
blob1314039643f62cb9b03ac973f6414eafecde4676
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;