blob: 1c831eda1bba29f28e15ed4ac773ac146c0ba98d [file] [log] [blame]
! { dg-do compile }
! PR fortran/92898
! Code contributed by Gerhard Steinmetz
program p
print *, is_contiguous (null()) ! { dg-error "shall be an associated" }
end