2 ! { dg-options "-std=legacy" }
4 ! Another case of fallout from the original patch for PR14771
5 ! Testcase by Erik Zeek
9 integer, intent(in
) :: n
10 character(len
=(n
)) :: bobo
! Used to fail here
20 if (c
.ne
. "12345") call abort
23 ! { dg-final { cleanup-modules "para" } }