blob: a3a5a98f155f858367f3153f4f5d87e2c8474dd1 [file] [log] [blame]
! { dg-do compile }
! { dg-options "" }
! test that the extension for a missing comma is accepted
subroutine mysub
dimension ibar(5)
write (3,1001) ( ibar(m), m = 1, 5 )
1001 format (/5x,' ',i4' '/ )
return
end