fork download
  1. .text
  2. .def main;
  3. .scl 2;
  4. .type 32;
  5. .endef
  6. .globl main
  7. .p2align 4, 0x90
  8. main: # @main
  9. .Lcfi0:
  10. .seh_proc main
  11. # BB#0:
  12. pushq %rbp
  13. .Lcfi1:
  14. .seh_pushreg 5
  15. subq $32, %rsp
  16. .Lcfi2:
  17. .seh_stackalloc 32
  18. leaq 32(%rsp), %rbp
  19. .Lcfi3:
  20. .seh_setframe 5, 32
  21. .Lcfi4:
  22. .seh_endprologue
  23. callq __main
  24. movl $42, %eax
  25. addq $32, %rsp
  26. popq %rbp
  27. retq
  28. .seh_handlerdata
  29. .text
  30. .Lcfi5:
  31. .seh_endproc
  32.  
  33.  
  34.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty