blob: e8b638fac880f6167fe254770e608b78334ccce3 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-Werror -Wall" }
module foo
contains
subroutine bar
character(len=:), allocatable :: s(:)
call bah(s)
end subroutine bar
end module foo