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