// Usage: // // gcc -c convert1.c // objdump -S convert1.o // int x; int y; main(int argc, char * argv[]) { x = y; }