URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [iso_c_binding_compiler_4.f90] - Rev 694
Compare with Previous | Blame | View Log
! { 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
! { dg-final { cleanup-modules "mymod" } }