<div dir="ltr"><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Mon, 12 May 2025 at 03:55, Walter Bright via Digitalmars-d <<a href="mailto:digitalmars-d@puremagic.com">digitalmars-d@puremagic.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 5/10/2025 9:07 PM, Manu wrote:<br>
> I tested that and it didn't work for me. Maybe my test was faulty somehow since <br>
> I was working through numerous combinations, I'll try it again...<br>
<br>
<br>
I just tried it again, with the same result.<br>
</blockquote><div><br></div><div>__gshared int* g;<br>void test(scope int* x)<br>{<br> g = x;<br>}<br></div><div><br></div><div>I just compiled this with -dip1000, and it compiles...
This looks like an escape to me! What have I misunderstood here?</div></div></div>