Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
gfortran.fortran-torture
/
compile
/
stoppause.f90
blob: 9a936f09c3d4ae267654647ed28eae45ab0f1fbd [
file
] [
log
] [
blame
]
!
Program
to check the STOP
and
PAUSE intrinsics
program stoppause
pause
pause
1
pause
'Hello world'
stop
stop
42
stop
'Go away'
end
program