Files
2015-11-20 09:45:46 +01:00

9 lines
116 B
FortranFixed

program intface
external c_intface
integer i
call c_intface(i)
stop
end