1! { dg-do compile }
2! { dg-options "-std=f2003" }
3!
4! PR fortran/33197
5!
6! Check implementation of PARITY
7!
8implicit none
9print *, parity([.true.]) ! { dg-error "has no IMPLICIT type" }
10end
11