9 lines
159 B
Factor
9 lines
159 B
Factor
|
USING: compiler test ;
|
||
|
|
||
|
FUNCTION: void ffi_test_0 ; compiled
|
||
|
[ ] [ ffi_test_0 ] unit-test
|
||
|
|
||
|
FUNCTION: int ffi_test_1 ; compiled
|
||
|
[ 3 ] [ ffi_test_1 ] unit-test
|
||
|
|