summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr87992.f90
blob: cbde0d011a0da981391d9543956bba33cc29fe5b (plain)
1
2
3
4
5
! { dg-do compile }
subroutine s(x)
   class(*), allocatable :: x
   x = ''
end