aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/error_stop_3.f90
blob: 1ff74d8623a170623e0756cd611c211bde1292ea (plain)
1
2
3
4
5
6
7
8
! { dg-do compile }
! { dg-options "-std=f2018" }
!
! F2018 permits ERROR STOP in PURE procedures
!
pure subroutine foo()
  error stop "failed"
end