1 2 3 4 5 6 7 8 9
int main (int argc, char** argv) { int x = 2; int y = 3; char c = 'a'; int z = 5; int a = 6; char d = 'f'; return z; }