re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[official-gcc.git] / gcc / testsuite / gfortran.dg / line_length_10.f90
blob390e9a1635814393e8fe1d3d05f67da40e7a35b2
1 ! { dg-do compile }
2 ! { dg-options "-Wno-line-truncation" }
4 ! By default, for free-form source code: Error out
5 ! But due to the explicit -Wno-line-truncation, compile w/o warning
7 print *, 1 + 2
8 end