Merge to HEAD at tree-cleanup-merge-20041024 .
[official-gcc.git] / gcc / testsuite / g77.dg / fno-backslash.f
blob7488cb6e98ec22959e266cbb7c63bf95491c2711
1 C Test compiler flags: -fno-backslash
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
4 C { dg-do run }
5 C { dg-options "-fno-backslash" }
6 if ( len('A\nB') .ne. 4 ) call abort
7 end