https://issues.dlang.org/show_bug.cgi?id=15843
basile-z <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #5 from basile-z <[email protected]> --- Prgma mangle works locally since a year or so: ``` void main() { pragma(mangle, "func") extern(C) int func(int); static assert(func.mangleof == "func"); } ``` --
