Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gfortran.dg / include_4.f90
blobcf1efb159aded99ac6c88860c9d27409e0ab8dcc
1 ! { dg-do compile }
3 ! PR fortran/37821
5 ! Ensure that for #include "..." and for include the
6 ! current directory/directory of the source file is
7 ! included. See also include_5.f90
9 subroutine one()
10 include "include_4.inc"
11 integer(i4) :: i
12 end subroutine one