summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/altreturn_6.f90
blob: 19c851e5092f2a328c29713156aa7a621c9c2be0 (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! { dg-options "-std=legacy" }
!
! PR 32938
subroutine r (*)
  integer(kind=8) :: i
  return i
end