aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/include_1.f90
blob: 34741ea64fbfb0d8c344d39b09f8267231fe2f46 (plain)
1
2
3
4
5
6
7
8
9
! 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