(root)/
gcc-13.2.0/
libgomp/
testsuite/
libgomp.c-c++-common/
monotonic-2.c
       1  /* { dg-do run } */
       2  
       3  #include <omp.h>
       4  #include <stdlib.h>
       5  #define MONOTONIC_TYPE unsigned long long
       6  #define MONOTONIC_UNDEF -1ULL
       7  #define MONOTONIC_END(n) n + v
       8  
       9  volatile int v;
      10  
      11  #include "monotonic-1.c"