(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
parity_3.f90
! { dg-do compile }
! { dg-options "-std=f2003" }
!
! PR fortran/33197
!
! Check implementation of PARITY
!
implicit none
print *, parity([.true.]) ! { dg-error "has no IMPLICIT type" }
end