nvptx, libgfortran: Switch out of "minimal" mode
[official-gcc.git] / gcc / testsuite / gfortran.dg / pad_source_5.f
blob4122c85ba66134579b951cb12e72e010d959f694
1 c { dg-do run }
2 c { dg-options "-ffixed-line-length-0" }
3 character(80) a
4 a = 'abc
5 +def'
6 if (a .ne. 'abcdef') stop 1
7 end