Sign in
gnu
/
gcc
/
967424dcde6bf2d821b581b8f75b5a839e650fed
/
.
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
requires-5-aux.c
blob: d223749f0a12f4eeca374d46feed07ea05f61751 [
file
] [
log
] [
blame
]
/* { dg-skip-if "" { *-*-* } } */
#pragma
omp requires unified_shared_memory
,
unified_address
,
reverse_offload
int
x
;
void
foo
(
void
)
{
#pragma
omp target
x
=
1
;
}