]> gitweb.factorcode.org Git - factor.git/blob - vm/debug.hpp
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / vm / debug.hpp
1 namespace factor
2 {
3
4
5 PRIMITIVE(die);
6
7 }