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