blob: d56d19bb364871d7006c5e383defe2e5d96f4960 [file] [log] [blame]
! { dg-do run }
! PR52251 Tabs with advance = 'no'
write( *, '( t25 )', advance = 'no' )
write( *, '( "hello" )' ) ! { dg-output " hello(\n|\r\n|\r)" }
end