https://issues.dlang.org/show_bug.cgi?id=23272
--- Comment #7 from Iain Buclaw <[email protected]> --- (In reply to Iain Buclaw from comment #6) > (In reply to Iain Buclaw from comment #3) > > Possible reduction of the original. > Which can be hand simplified further to: Oh wait, I'm being an idiot. --- void foo() { auto validate() { assert(typeid(int) != typeid(string)); return true; } static assert(validate); } --
