Previously if we had version script like
LIBSAMPLE_2.0 {
global: extern "C++" { bar; };
Demangled local variable was changed because std::map operator[] added
new element if there was no such key found.
That was confusing to see and unclean to have, patch fixes that.