lto: Remove random_seed from section name.
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr87992.f90
blobcbde0d011a0da981391d9543956bba33cc29fe5b
1 ! { dg-do compile }
2 subroutine s(x)
3 class(*), allocatable :: x
4 x = ''
5 end