* arm.c (FL_WBUF): Define.
[official-gcc.git] / gcc / testsuite / gfortran.fortran-torture / compile / stoppause.f90
blob9a936f09c3d4ae267654647ed28eae45ab0f1fbd
1 ! Program to check the STOP and PAUSE intrinsics
2 program stoppause
4 pause
5 pause 1
6 pause 'Hello world'
7 stop
8 stop 42
9 stop 'Go away'
10 end program