! { dg-do compile }!! PR 44925: [OOP] C_LOC with CLASS pointer!! Contributed by Barron Bichon <barron.bichon@swri.org>use iso_c_bindingtype::tend type ttype(c_ptr)::tt_cptrclass(t),pointer::tt_fptrif(associated(tt_fptr))tt_cptr=c_loc(tt_fptr)! { dg-error "must not be polymorphic" }end