https://issues.dlang.org/show_bug.cgi?id=14656
Daniel Kozak <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Daniel Kozak <[email protected]> --- problem is that auto does not affect type mangling, so when type is lookup in table it will return wrong type. To fix it we must make it ilegal to use auto int or change type mangling. --
