blob: 330ab42cd3176d016e844e748bed792a2a6e57c6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
! 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
! { dg-final { cleanup-modules "pr37287_2" } }
|