(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
iso_c_binding_compiler_4.f90
! { 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