https://github.com/compnerd commented:
Do we need to consider something like:
```c++
namespace {
extern "C++" {
struct S {
extern "C" static void f();
};
}
}
```
`::S::f` is actually exported as `f` in the global namespace here I believe.
https://github.com/llvm/llvm-project/pull/176792
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
