summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g77.dg/fno-backslash.f
blob: 7488cb6e98ec22959e266cbb7c63bf95491c2711 (plain)
1
2
3
4
5
6
7
C Test compiler flags: -fno-backslash
C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
C
C { dg-do run }
C { dg-options "-fno-backslash" }
      if ( len('A\nB') .ne. 4 ) call abort
      end