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