Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr37287-2.F90
blob576b645d077d650d0c6a807b53a394a34fe8d01b
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