Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
iso_c_binding_compiler_4.f90
blob: 4c35264d9310aa8c37b3b460a378c2bdc31334b7 [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
!
!
PR fortran
/
51308
!
!
Contributed
by
Matthias
Moeller
!
module
mymod
use
iso_c_binding
implicit
none
private
public
::
c_ptr
public
::
c_null_ptr
end
module
mymod