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
2014-04-15 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
gfortran.dg
/
mixed_io_1.f90
blob
4ea719fb43d8b7fd17c4ed46498a4a8b3974947d
1
! { dg-do run }
2
! { dg-additional-sources mixed_io_1.c }
3
! { dg-options "-w" }
4
call
cio
5
write
(*,
"(A)"
)
'6789'
! { dg-output "123456789" }
6
end