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 "Components of structure constructor" }
14 cptr = C_PTR(1) ! { dg-error "Components of structure constructor" }