b38b42d205
From-SVN: r19742
6 lines
182 B
Fortran
6 lines
182 B
Fortran
! 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
|