9 lines
116 B
FortranFixed
9 lines
116 B
FortranFixed
program intface
|
|
external c_intface
|
|
integer i
|
|
|
|
call c_intface(i)
|
|
|
|
stop
|
|
end
|