blob: 19c851e5092f2a328c29713156aa7a621c9c2be0 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=legacy" }
!
! PR 32938
subroutine r (*)
integer(kind=8) :: i
return i
end