// https://issues.dlang.org/show_bug.cgi?id=23958 #include int main() { char buf[8]; sprintf(buf, "%d", 123); }