2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / iso_c_binding_compiler_4.f90
blob4c35264d9310aa8c37b3b460a378c2bdc31334b7
1 ! { dg-do compile }
3 ! PR fortran/51308
5 ! Contributed by Matthias Moeller
8 module mymod
9 use iso_c_binding
10 implicit none
12 private
13 public :: c_ptr
14 public :: c_null_ptr
16 end module mymod