https://issues.dlang.org/show_bug.cgi?id=17972
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from RazvanN <[email protected]> --- This is a bit complicated since you cannot get the linkage directly for aggregate declarations. The only way to obtain it is to visit the AST and search for LinkDeclarations that point out to the class/struct of interest. I wonder why structs and classes don't have a linkage property. --
