lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77420_3.f90
blobc53fce7b438b21a248ab54c6f54c06638ed9f009
1 ! { dg-do link }
2 ! { dg-additional-sources pr77420_4.f90 }
4 module h5global
5 implicit none
6 integer :: h5p_default_f, h5p_flags
7 equivalence(h5p_flags, h5p_default_f)
8 end module h5global