blob: 1d8ac4ba7870dff386d52c8f661270327bf44cad [file] [log] [blame]
! pr 16196
! open with 'REPLACE' creates the file if it does not exist.
PROGRAM iobug
OPEN(UNIT=10,FILE='gfcoutput.txt',status='REPLACE')
END PROGRAM iobug