Retro68/gcc/gcc/testsuite/gfortran.dg/include_10.f
Wolfgang Thaller 6fbf4226da gcc-9.1
2019-06-20 20:10:10 +02:00

12 lines
241 B
Fortran

c { dg-do compile }
subroutine foo
implicit none
include 'include_10.inc'
i = 1
end subroutine foo
subroutine bar
implicit none
i n cl UD e'include_10.inc'
i = 1
end subroutine bar