PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / parity_3.f90
blob88d674d41f962ee6e334bdc5dbb0d790579c9075
1 ! { dg-do compile }
2 ! { dg-options "-std=f2003" }
4 ! PR fortran/33197
6 ! Check implementation of PARITY
8 implicit none
9 print *, parity([.true.]) ! { dg-error "has no IMPLICIT type" }
10 end