Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
abort_shouldfail.f90
! { dg-do run } ! { dg-shouldfail "Program aborted." } program main call abort end program main