DEBSOURCES
Skip Quicknav
sources / lfortran / 0.60.0-2 / integration_tests / abort_01.f90
1234
program abort1 implicit none if (.false.) call abort() end program