LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / vect / vect-simd-clone-12a.c
blob1c8fd1aecc94021c581723d4ff7f7161783be9cb
1 /* { dg-do compile } */
3 #include "vect-simd-clone-10.h"
5 #pragma omp declare simd notinbranch
6 __attribute__((noinline)) int
7 foo (long int a, int b, int c)
9 return a + b + c;
12 #pragma omp declare simd notinbranch
13 __attribute__((noinline)) long int
14 bar (int a, int b, long int c)
16 return a + b + c;