repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libgfortran/ChangeLog:
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
iso_c_binding_compiler_4.f90
blob
4c35264d9310aa8c37b3b460a378c2bdc31334b7
1
! { dg-do compile }
2
!
3
! PR fortran/51308
4
!
5
! Contributed by Matthias Moeller
6
!
7
8
module
mymod
9
use
iso_c_binding
10
implicit none
11
12
private
13
public
::
c_ptr
14
public
::
c_null_ptr
15
16
end module
mymod