@ -0,0 +1,7 @@
.text
.global _start
_start:
## Exit with code 0
mov $60, %rax
mov $0, %rdi
syscall
The note is not visible to the blocked user.