On Friday, 19 May 2017 at 16:29:59 UTC, Timon Gehr wrote: > On 19.05.2017 17:12, Steven Schveighoffer wrote: >> >> I mean libraries which only contain @safe and @system calls. >> >> i.e.: >> >> $ grep -R '@trusted' libsafe | wc -l >> 0 > > mixin("@"~"trusted void nasty(){ corruptAllTheMemory(); }"); dmd -vcg-ast *.d