https://issues.dlang.org/show_bug.cgi?id=20808
--- Comment #8 from RazvanN <[email protected]> --- (In reply to Adam D. Ruppe from comment #6) > "it compiles just fine" IS the bug. It suppresses an error that should have > terminated the compilation. What I was saying is that both: globals.printInt = &printInt; globals["printInt"] = &printInt; are compiling. --
