blob: 4122c85ba66134579b951cb12e72e010d959f694 [file] [log] [blame]
c { dg-do run }
c { dg-options "-ffixed-line-length-0" }
character(80) a
a = 'abc
+def'
if (a .ne. 'abcdef') stop 1
end