factor/library/test/compiler/alien.factor

9 lines
159 B
Factor
Raw Normal View History

2006-01-20 21:37:38 -05:00
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