blob: 67a1961205ad5472f39b258809d10df7691d597f [file] [log] [blame]
! PR fortran/92781
! { dg-do compile }
function foo ()
character(:), allocatable :: foo
call bar ()
foo = 'abc'
contains
subroutine bar
end
end