Create code gen tests for refcounting

This commit is contained in:
Brian Carroll 2021-12-29 09:45:42 +00:00
parent 746c8c2c8e
commit 4d2e4d454b
4 changed files with 169 additions and 10 deletions

View file

@ -10,6 +10,7 @@ pub mod gen_list;
pub mod gen_num;
pub mod gen_primitives;
pub mod gen_records;
pub mod gen_refcount;
pub mod gen_result;
pub mod gen_set;
pub mod gen_str;