rt_gccstream/gcc/testsuite/gfortran.dg/altreturn_6.f90

9 lines
119 B
Fortran

! { dg-do compile }
! { dg-options "-std=legacy" }
!
! PR 32938
subroutine r (*)
integer(kind=8) :: i
return i
end