2 ! PR43265 No EOF condition if reading with '(x)' from an empty file
3 ! Test case from the reporter.
7 open(23,status
="scratch")
8 write(23,'(a)') "Line 1"
9 write(23,'(a)') "Line 2"
10 write(23,'(a)') "Line 3"
13 read(23,'(1x)',end=12)
15 12 if (i
.ne
.4) call abort