c478882b7f
FossilOrigin-Name: b05ebe6fe6f6c78682289eda20878891671974598be6027e25a1a10a6420edfe
6 lines
104 B
Forth
6 lines
104 B
Forth
~~~
|
|
'./test.so ffi:open 'test const
|
|
'fortytwo test ffi:map-sym '42 const
|
|
42 ffi:invoke
|
|
n:put nl bye
|
|
~~~
|