blob: 383877370922e696a5cf3f8a5f64154ab50ef073 [file] [log] [blame]
c { dg-do run }
! Some versions of cpp will delete "//'World' as a C++ comment.
character*40 title
title = 'Hello '//'World'
if (title .ne. 'Hello World') call abort
end