! { dg-do compile }! PR fortran/29067implicit none
integer:: n, i
character(len=16),parameter:: s ="", s2 ="1234567890123456"
i =0; n =9
print *, s(9:16)
print *, s2(9:16)if(s(9:16) =="90123456")thenendifif(i >0)thenwrite(i,*) n
call foo(0)endifdo i =1, n
end doend