OSDN Git Service

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