module bug74; char[] sformat(char[] s, ...) { TypeInfo[] ti = _arguments; void* args = _argptr; return ""; } void main() { }