factor/library/test/compiler/linearizer.factor

16 lines
263 B
Factor
Raw Normal View History

IN: temporary
USE: test
USE: kernel
USE: compiler
USE: compiler-frontend
USE: inference
USE: words
2005-09-24 15:21:17 -04:00
: fie [ ] [ ] if ;
[ ] [ \ fie word-def dataflow linearize drop ] unit-test
: foo [ drop ] each-word ;
[ ] [ \ foo word-def dataflow linearize drop ] unit-test