fork download
  1. main:
  2. .LFB1:
  3. .cfi_startproc
  4. pushq %rbp
  5. .cfi_def_cfa_offset 16
  6. .cfi_offset 6, -16
  7. movq %rsp, %rbp
  8. .cfi_def_cfa_register 6
  9. pushq %rbx
  10. .cfi_offset 3, -24
  11. movq bar(%rip), %rbx
  12. call foo
  13. movl %eax, (%rbx)
  14. movl (%rbx), %eax
  15. popq %rbx
  16. popq %rbp
  17. .cfi_def_cfa 7, 8
  18. ret
  19. .cfi_endproc
  20.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty