**Description** Using `cnip test.c` produces no output. The content of `test.c` is as follows: int main() { T a = 0; T->value = 3.14; T->next = a; return 0; } **Version** (https://github.com/ltcmelo/psychec/commit/e0e6e05fe65c3c60b2557ab42663e220f1dd72a2) **Expected behavior** Output the completed code.
Description
Using
cnip test.cproduces no output. The content oftest.cis as follows:int main()
{
T a = 0;
T->value = 3.14;
T->next = a;
return 0;
}
Version
(e0e6e05)
Expected behavior
Output the completed code.