(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
error_stop_3.f90
! { dg-do compile }
! { dg-options "-std=f2018" }
!
! F2018 permits ERROR STOP in PURE procedures
!
pure subroutine foo()
  error stop "failed"
end