mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-03 02:30:58 +00:00
12 lines
204 B
C
12 lines
204 B
C
|
/* { dg-do run } */
|
||
|
|
||
|
#include <omp.h>
|
||
|
#include <stdlib.h>
|
||
|
#define MONOTONIC_TYPE unsigned long long
|
||
|
#define MONOTONIC_UNDEF -1ULL
|
||
|
#define MONOTONIC_END(n) n + v
|
||
|
|
||
|
volatile int v;
|
||
|
|
||
|
#include "monotonic-1.c"
|