test for pack added

This commit is contained in:
fro
2017-10-27 18:32:33 +03:00
parent 918c8485a4
commit 4a70824a88
4 changed files with 88 additions and 11 deletions

View File

@ -6,6 +6,7 @@ extern crate byteorder;
pub static CREATE_SYMBOL: &'static str = "_create";
pub static CALL_SYMBOL: &'static str = "_call";
pub static SET_TEMP_RET_SYMBOL: &'static str = "setTempRet0";
pub mod rules;