Imported Upstream version 4.8.1
[platform/upstream/gcc48.git] / gcc / testsuite / gfortran.dg / pr37287-2.F90
1 ! PR debug/37287
2 ! { dg-do compile }
3 ! { dg-options "-g" }
4 module pr37287_2
5 #ifdef PR37287_1
6   use pr37287_1
7 #endif
8   implicit none
9 end module pr37287_2