Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
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
(
""
);
}