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