Retro68/gcc/gcc/testsuite/gfortran.dg/iso_c_binding_compiler_4.f90
2014-09-21 19:33:12 +02:00

17 lines
199 B
Fortran

! { 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