<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Dec 16, 2015, at 2:25 PM, Jacob Bandes-Storch via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">Is there a reason that this couldn't be made to work?<div class=""><p class=""><span class="">&nbsp; &nbsp; let</span><span class=""> ptr: </span><span class="">UnsafePointer</span><span class="">&lt;</span><span class="">Void</span><span class="">&gt; = &amp;x</span></p></div></div></div></blockquote></div>Yeah, that could be made to work, and give an error if `x` isn't known to be a stored property.<div class=""><br class=""></div><div class="">-Joe</div></body></html>