2 ! { dg-options "-std=f2008ts" }
4 ! Contributed by Reinhold Bader
7 type, bind(C
) :: cstruct
11 subroutine psub(this
, that
) bind(c
, name
='Psub')
12 import
:: c_float
, cstruct
13 real(c_float
), pointer :: this(:)
14 type(cstruct
), allocatable
:: that(:)