factor/library/compiler/test/bail-out.factor

11 lines
131 B
Factor

IN: temporary
USE: compiler
USE: errors
USE: math
USE: test
USE: kernel
: bail-out call + ;
[ 4 ] [ [ 2 2 ] bail-out ] unit-test