factor/library/test/compiler/linearizer.factor

11 lines
169 B
Factor
Raw Normal View History

IN: scratchpad
USE: test
USE: kernel
USE: compiler
USE: inference
USE: words
: foo [ drop ] each-word ;
[ ] [ \ foo word-parameter dataflow linearize drop ] unit-test