Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
g77
/
cpp3.F
blob: b7fe29cbf8b270a0f0538a56eacf63be3fd6ac36 [
file
] [
log
] [
blame
]
c
{
dg
-
do
run
}
c
{
dg
-
options
"-std=legacy"
}
c
!
Some
versions of cpp will
delete
"//'World' as a C++ comment.
character*40 title
title = 'Hello '//'World'
if (title .ne. 'Hello World') STOP 1
end