Take a look for yourself

Code:
#include <iostream>

int main(int, char **){
   int a = 5;
   int b;
   std::cout << b = a << std::endl;
}