Home
last modified time | relevance | path

Searched refs:scalarIntF (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dc_f_pointer.f9011 integer, pointer :: scalarIntF, arrayIntF(:) variable
14 call c_f_pointer(scalarC, scalarIntF) ! ok
21 call c_f_pointer(j, scalarIntF)
23 call c_f_pointer(arrayC, scalarIntF)
27 call c_f_pointer(scalarC, scalarIntF, [1_8])