blob: 1ff74d8623a170623e0756cd611c211bde1292ea [file] [log] [blame]
! { dg-do compile }
! { dg-options "-std=f2018" }
!
! F2018 permits ERROR STOP in PURE procedures
!
pure subroutine foo()
error stop "failed"
end