2 ! Ensure that the user cannot call the structure constructor for one of
3 ! the iso_c_binding derived types.
13 cptr = C_PTR(p+1) ! { dg-error "is a PRIVATE component of 'c_ptr'" }
14 cptr = C_PTR(1) ! { dg-error "is a PRIVATE component of 'c_ptr'" }