aboutsummaryrefslogtreecommitdiff
path: root/libgomp/testsuite/libgomp.c-c++-common/requires-4-aux.c
blob: b8b51ae8ca71ef9c69687064a5a3b5d7f9592998 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-skip-if "" { *-*-* } } */

#pragma omp requires reverse_offload

/* Note: The file does not have neither of:
   declare target directives, device constructs or device routines.  */

int x;

void foo (void)
{
  x = 1;
}