Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
format6.C
blob: a74f8025d0eac2b4b4417fc079dfae85d89326e1 [
file
] [
log
] [
blame
]
// PR c++/17212
// { dg-options "-Wformat -Wno-format-zero-length" }
void
f
()
{
__builtin_printf
(
""
);
}