asm.c revision 05be040fdd9fa9d23259d6b6a4aaf4f2aca9c9f2
1void root() {
2  __asm__("movl %eax, %ebx");
3}
4