rt_gccstream/gcc/testsuite/gfortran.dg/include_1.f90

10 lines
168 B
Fortran

! PR debug/33739
! { dg-do compile }
! { dg-options "-g3" }
subroutine a
include 'include_1.inc'
end subroutine a
subroutine b
include 'include_1.inc'
end subroutine b