repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge from mainline.
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
backslash_1.f90
blob
db7ddbc24b7aa29e2019e974f9a21ba499968996
1
! { dg-do run }
2
! { dg-options "-fno-backslash" }
3
character
(
len
=
4
)
a
4
open
(
10
,
status
=
'scratch'
)
5
write
(
10
,
'(A)'
)
'1
\n
2'
6
rewind
(
10
)
7
read
(
10
,
'(A)'
)
a
8
if
(
a
/=
'1
\n
2'
)
call
abort
9
end