@@ -0,0 +1,14 @@
.text
.globl main
main:
pushq %rbp
movq %rsp, %rbp
movl $18, %edi
callq scm_write
leave
ret
.type main, @function
.size main, .-main
/* end function main */
.section .note.GNU-stack,"",@progbits
The note is not visible to the blocked user.