(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
pr91641.f90
! { dg-do compile }
! PR fortran/91641
! Code conyributed by Gerhard Steinmetz
program p
   real, pointer :: z(:)
   print *, is_contiguous (null(z))    ! { dg-error "shall be an associated" }
end