blob: 0405c13048e7e5641c04832a5f6d0b4c23e1586c [file] [log] [blame] [raw]
.LC0:
.string "Hello world"
.LC1:
.string "moo\n"
main:
subq $8, %rsp
movl $.LC0, %esi
movl $1, %edi
xorl %eax, %eax
call __printf_chk
movl $.LC1, %esi
movl $1, %edi
xorl %eax, %eax
call __printf_chk
xorl %eax, %eax
addq $8, %rsp
ret