view gcc/testsuite/gfortran.dg/pr37287-2.F90 @ 152:2b5abeee2509

update gcc11
author anatofuz
date Mon, 25 May 2020 07:50:57 +0900
parents 04ced10e8804
children
line wrap: on
line source

! 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