2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g77.dg / fbackslash.f
blobd2227adb67bb122387754d2c593cdcd0fd9c9ea0
1 C Test compiler flags: -fbackslash
2 C Origin: David Billinghurst <David.Billinghurst@riotinto.com>
4 C { dg-do run }
5 C { dg-options "-fbackslash" }
6 if ( len('A\nB') .ne. 3 ) call abort
7 end