> import std.stdio;
>
> @safe int safe()
> {
> auto i = 8;
> return i;
> }
>
> void main(string ars[])
> {
> writeln(safe);
>
> }
> ---------------------------
>
> What you want is just impossible...
Would be a good use case for dfix. It really isn't hard to rename
every identifier consistently.