You can add unit tests for C code already: ``` import myccode; // #define cmacro(a) 2 unittest { assert(cmacro(1) == 2); } ```