@@ -0,0 +1,10 @@
I32 voodoo(I32 testval)
{
if (testval == 1) {
return 0;
} else if (testval == 0) {
return 1;
}
return 69;
The note is not visible to the blocked user.