OSDN Git Service

fc9386b5c921da5d9c4c035ccdc0bb89e9ea5c47
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g77.f-torture / execute / cpp.F
1 !  Some versions of cpp will delete "//'World' as a C++ comment.
2       character*40    title
3       title = 'Hello '//'World'
4       if (title .ne. 'Hello World') call abort
5       end