<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 12, 2014 at 8:21 PM, Arthur O'Dwyer <span dir="ltr"><<a href="mailto:arthur.j.odwyer@gmail.com" target="_blank">arthur.j.odwyer@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":8bx" class="a3s" style="overflow:hidden">FYI, I've worked on at least two commercial products which contained<br>

constructs similar to<br>
<br>
    void Crash() { *(volatile int*)0 = 42; }<br></div></blockquote></div><br></div><div class="gmail_extra">This doesn't really bind a reference, and we exempt volatile things from the null pointer warnings we already have so it seems like this would just follow suit.</div>
</div>