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