2 ! ( dg-options "-fbounds-check" }
4 ! Test the fix for PR83731, where the following failed on the check for the
5 ! value of the parameter 'k'.
7 ! Contributed by Berke Durak <berke.durak@gmail.com>
17 type(vec(k=*)), intent(in) :: a ! Would compare with the default initializer.
30 if (total(u) .ne. u%k) call abort