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

7 lines
114 B
Factor

IN: temporary
USING: compiler math tools.test kernel ;
: bail-out call + ;
[ 4 ] [ [ 2 2 ] bail-out ] unit-test