aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/include_4.f90
blob: cf1efb159aded99ac6c88860c9d27409e0ab8dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
! { 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