Previously the next sample script would generate 2 entries in
Config->SymbolVersions with the same version name.
VERSION { global: c; };
That happened because parseVersionSymbols() was called twice.
At first for "global:" and since there is no local tag, it was called again.
Patch fixes the issue, testcase update to demonstrate.
Why don't you add
here?