2 ! pr18398, missing data on sequential formatted reads
3 ! test contributed by Thomas.Koenig@online.de
4 open(7,status
='scratch')
5 write (7,'(F12.5)') 1.0, 2.0, 3.0
8 ! note the read format is wider than the write
9 if (abs(a
-1.0) .gt
. 1e-5) call abort
10 if (abs(b
-2.0) .gt
. 1e-5) call abort