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