blob: 88d674d41f962ee6e334bdc5dbb0d790579c9075 [file] [log] [blame]
! { 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