1 /* { dg-do run } */
2
3 #include <omp.h>
4 #include <stdlib.h>
5 #define NONMONOTONIC_TYPE unsigned long long
6 #define NONMONOTONIC_END(n) n + v
7
8 volatile int v;
9
10 #include "nonmonotonic-1.c"