Why is there a number added to the name of a local static variable in the symbol table?
int main(void) {
static stat_var = 20;
return 0;
}
8: 0000000000000008 4 OBJECT LOCAL DEFAULT 2 stat_var.1604
Why is there a number added to the name of a local static variable in the symbol table?
int main(void) {
static stat_var = 20;
return 0;
}
8: 0000000000000008 4 OBJECT LOCAL DEFAULT 2 stat_var.1604