blob: 5860258b71276600456ed34985ca08a32f7c26f4 [file] [log] [blame]
subroutine sub
print *, "Hello" !<<<<<START !<<<<<END
end subroutine
program main; call sub; call flush; stop; end program