[to-be-committed] [RISC-V] Use Zbkb for general 64 bit constants when profitable
[official-gcc.git] / gcc / testsuite / gfortran.dg / abort_shouldfail.f90
blob5a522ea7816df70194e6a0a548f43c2fa5bfcf94
1 ! { dg-do run }
2 ! { dg-shouldfail "Program aborted." }
3 program main
4 call abort
5 end program main