On 5/12/2025 2:24 AM, Manu wrote: > __gshared int* g; > void test(scope int* x) > { > g = x; > } Need to add @safe. Unadorned functions are @system.