rt_gccstream/gcc/testsuite/gfortran.dg/fmt_tab_1.f90

7 lines
180 B
Fortran

! { dg-do run }
! PR fortran/32987
program TestFormat
write (*, 10)
10 format ('Hello ', 'bug!') ! { dg-warning "Extension: Tab character in format" }
end