https://issues.dlang.org/show_bug.cgi?id=15843
Iain Buclaw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Iain Buclaw <[email protected]> --- I would err on the side of this is working as intended. Nested functions are not compatible with C, and so should not have a C name (by declaring the function inside main, it implicitly gets a "this" context parameter) --
