Home
last modified time | relevance | path

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

/external/llvm-project/flang/test/Semantics/
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])