I32 voodoo(I32 testval) { if (testval == 1) { return 0; } else if (testval == 0) { return 1; } return 69; }