On 11/25/16 5:14 AM, Satoshi wrote: > > void safeFunc() @safe { > unsafe { > auto vi = doUnsafeCall(); > } > } How would this work for marking C functions assumed to be safe as trusted? -- Andrei