PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / fmt_t_8.f90
blobd56d19bb364871d7006c5e383defe2e5d96f4960
1 ! { dg-do run }
2 ! PR52251 Tabs with advance = 'no'
3 write( *, '( t25 )', advance = 'no' )
4 write( *, '( "hello" )' ) ! { dg-output " hello(\n|\r\n|\r)" }
5 end