@ -0,0 +1,9 @@
main(){
int i = 10;
int h;
do{
h = i - 1;
}while(i = h);
void * v = malloc(100);
free(v);
}
The note is not visible to the blocked user.