Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
libgomp
/
testsuite
/
libgomp.oacc-fortran
/
declare-2.f90
blob: de9c52ef0f6486c76b8f97025f327a526962dba8 [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
module
globalvars
implicit
none
integer a
!
$acc declare create
(
a
)
end
module
globalvars
program test
use
globalvars
use
openacc
implicit
none
if
(
acc_is_present
(
a
)
.
neqv
.
.
true
.)
STOP
1
end
program test