5 ! Contributed by Billy Backer
7 ! Check that indict importing of the symbol "axx" works
8 ! even if renaming prevent the direct import.
22 print*,axx
! Valid - was working before
29 print*,axx
! Valid - was failing before
34 use, intrinsic :: iso_c_binding
, only
: c_double_orig
=> c_double
36 integer, parameter :: p1
= c_int
, p2
= c_double_orig