2 ! { dg-options "-fdefault-integer-8" }
4 ! A temp variable of type logical was incorrectly transferred
5 ! to the I/O library as a logical type of a different kind.
7 use, intrinsic :: iso_c_binding
8 type(c_ptr
) :: p
= c_null_ptr
10 write (s
, *) c_associated(p
), c_associated(c_null_ptr
)