Sign in
gnu
/
gcc
/
646ce0056ed84bcc71d52cb07c61d0bf331f91c3
/
.
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
requires-7-aux.c
blob: 0916db8a0ce07a3dd779748fa3fd865307d25e49 [
file
] [
log
] [
blame
]
/* { dg-skip-if "" { *-*-* } } */
#pragma
omp requires unified_address
int
x
;
void
foo
(
void
)
{
x
=
1
;
#pragma
omp target enter data
map
(
always
,
to
:
x
)
}