https://issues.dlang.org/show_bug.cgi?id=18529 --- Comment #8 from anonymous4 <dfj1esp02 at sneakemail.com> --- Should go through trusted wrapper. printf is a @system function and can't be called from safe code, arguments don't even matter. --