retroforth/ffi-testing/ffi.retro

7 lines
104 B
Forth
Raw Normal View History

~~~
'./test.so ffi:open 'test const
'fortytwo test ffi:map-sym '42 const
42 ffi:invoke
n:put nl bye
~~~