In the following example:
#include int main() { int a=7; { int a=8; } }
The generated assembly would be someth