3 ! PR 45507: [4.6 Regression] Bogus Error: Can't convert TYPE(c_ptr) to INTEGER(4)
5 ! Contributed by Andrew Benson <abenson@its.caltech.edu>
7 use, intrinsic :: iso_c_binding
10 type(c_ptr
) :: accelPtr
= c_null_ptr
13 type(cType
), allocatable
, dimension(:) :: filters
14 class(cType
), allocatable
:: f
17 allocate(f
,MOLD
=filters(1))