int main() {

  __asm__("movl %eax, %ebx");
    
  return 0;
}