@ -0,0 +1,8 @@
// @COMPILECMD gcc $@ -o $*.out
signed main(){
long a[] = {10, 11, 12};
long * b = a;
++b;
return *b;
}
The note is not visible to the blocked user.