blob: a9607853891fe5bef0bc4a7e4d51eca0c9190c91 [file] [log] [blame]
! { dg-do compile }
! PR fortran/69064
subroutine setup_check_path(path) ! { dg-error "has no IMPLICIT type" }
implicit none
character(len=path_len),intent(inout)::path ! { dg-error "Scalar INTEGER expression" }
end