.file "test.c"
.intel_syntax
.def ___main; .scl 2; .type 32; .endef
.section .rdata,"dr"
LC0:
.ascii "OMG,-10==10 in linux!\0"
.text
.p2align 4,,15
.globl _main
.def _main; .scl 2; .type 32; .endef
_main:
push ebp
mov eax, 16
mov ebp, esp
sub esp, 8
and esp, -16
call __alloca
call ___main
mov DWORD PTR [esp], OFFSET FLAT:LC0
call _puts
leave
ret
.def _puts; .scl 3; .type 32; .endef