Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
stop_shouldfail.f90
! { dg-do run } ! { dg-shouldfail "STOP 1" } program main stop 1 end program main