2 ! { dg-options "-std=f2008" }
6 ! Check implementation of PARITY
9 print *, parity([real ::]) ! { dg-error "must be LOGICAL" })
10 print *, parity([integer ::]) ! { dg-error "must be LOGICAL" }
11 print *, parity([logical ::])
12 print *, parity(.true
.) ! { dg-error "must be an array" }