2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / altreturn_6.f90
blob82bb46df12c037e21885029f025ec340770ad8ab
1 ! { dg-do compile }
2 ! { dg-options "-std=gnu" }
4 ! PR 32938
5 subroutine r (*)
6 integer(kind=8) :: i
7 return i
8 end