`-exports` incorrectly lists all the top-level symbols inside a namespace
Closed this issue · 0 comments
mmomtchev commented
symbol
is not a global symbol and should not be exported
namespace ns {
int symbol;
}
Closed this issue · 0 comments
symbol
is not a global symbol and should not be exported
namespace ns {
int symbol;
}