blob: 45a0e53476a5444ca344b1ff574b3c9d01663c81 [file] [log] [blame]
! Checks for basic replacement of a PAUSE statement
! with PRINT and READ.
PROGRAM pause_as_only_stmt
PRINT *, 'mid job' !<<<<< 5, 5, 5, 7, pass
READ (*, *)
END PROGRAM pause_as_only_stmt