mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-02 15:06:01 +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"
|