(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
warn/
format6.C
// PR c++/17212
// { dg-options "-Wformat -Wno-format-zero-length" }

void f()
{
  __builtin_printf("");
}