@@ -0,0 +1,8 @@
.globl main
main:
movl $1, %eax
push %eax
movl $2, %eax
pop %ecx
imul %ecx, %eax
ret
The note is not visible to the blocked user.