https://issues.dlang.org/show_bug.cgi?id=13572
--- Comment #13 from Ketmar Dark <[email protected]> --- assign to .ptr no. but you *can* call the @safe code from unsafe with invalid pointer, what i was trying to show. essentially, @safe code can *end* *up* with invalid pointer, 'cause it was invoked with it. --
