aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/pr37287-2.F90
blob: 576b645d077d650d0c6a807b53a394a34fe8d01b (plain)
1
2
3
4
5
6
7
8
9
! PR debug/37287
! { dg-do compile }
! { dg-options "-g" }
module pr37287_2
#ifdef PR37287_1
  use pr37287_1
#endif
  implicit none
end module pr37287_2