1// PR c++/17212
2// { dg-options "-Wformat -Wno-format-zero-length" }
3
4void f()
5{
6  __builtin_printf("");
7}
8