Closed
Description
Currently it only mangles static functions.
There is a workaround meanwhile, as long as we can change the file where the static variable is defined. Just write an accessor function (doesn't need to be static) that returns the static variable's value (for reading) or a pointer to it (for mutating). So this isn't a such a high-priority request.