Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / g77 / cpp3.F
blob383877370922e696a5cf3f8a5f64154ab50ef073
1 c { dg-do run }
2 !  Some versions of cpp will delete "//'World' as a C++ comment.
3       character*40    title
4       title = 'Hello '//'World'
5       if (title .ne. 'Hello World') call abort
6       end