Sign in
gnu
/
gcc
/
967424dcde6bf2d821b581b8f75b5a839e650fed
/
.
/
libgomp
/
testsuite
/
libgomp.c-c++-common
/
requires-3-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
;
}