// Compile with gcc -S main.c int x, y, z; int main() { z = x + y; }