Home | History | Annotate | Download | only in F_asm
      1 void root() {
      2   __asm__("movl %eax, %ebx");
      3 }
      4