]> gitweb.factorcode.org Git - factor.git/blob - core/compiler/tests/insane.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / core / compiler / tests / insane.factor
1 IN: compiler.tests
2 USING: words kernel inference alien.strings tools.test ;
3
4 [ ] [ \ if redefined [ string>alien ] infer. ] unit-test