blob: 879a67eb7494c575899b943a5bab6edf6b9f7c5c [file] [log] [blame]
! PR c++/106062
! { dg-do compile }
! { dg-options "-O2 -fsanitize=undefined" }
call test (reshape ((/ 'a', 'b', 'c', 'd' /), (/ 2, 2 /)))
contains
subroutine test (a)
character (*), dimension (:, :) :: a
if (len (a) .ne. 1) STOP
end
end