(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pad_source_5.f
c { dg-do run }
c { dg-options "-ffixed-line-length-0" }
      character(80) a
      a = 'abc
     +def'
      if (a .ne. 'abcdef') stop 1
      end