== Quote from Nick Sabalausky ([email protected])'s article
> "Walter Bright" <[email protected]> wrote in message
> news:[email protected]...
> >
> > For example, assigning a random value to a pointer and then trying to read
> > it is undefined behavior.
> How would the compiler be able to detect that? Or do you mean assigning an
> arbitrary value?

How do you generate a random pointer without casting it from an int (not allowed
in SafeD) or doing pointer arithmetic (not allowed in SafeD)?

Reply via email to