1 /* PR middle-end/83977 */
2 /* { dg-do compile } */
5 int foo (int, int) __attribute__((used
));
7 #pragma omp declare simd uniform (b) linear(a:b)
12 /* This function can't be called from simd loops,
13 because it violates declare simd restrictions.
14 We shouldn't ICE on it though, nor attempt to generate
15 simd clones for the *omp_fn* functions. */
21 int foo (int, int) __attribute__((unused
));