URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [include_4.f90] - Rev 826
Compare with Previous | Blame | View Log
! { dg-do compile }
!
! PR fortran/37821
!
! Ensure that for #include "..." and for include the
! current directory/directory of the source file is
! included. See also include_5.f90
subroutine one()
include "include_4.inc"
integer(i4) :: i
end subroutine one